-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recorded area at imx708 for video too small #630
Comments
What resolution are you trying to record? But default |
No, you can ask the ISP to do the downsampling. You can do this with the following command:
This will request the full FoV mode from the sensor, and scale down to any resolution you requset in the ISP. However, you need to match the 16:9 aspect ratio to ensure the ISP does not do any further crop of the FoV. |
Ok Thanks a lot. P.S.: |
Similar to #595 now for imx708 (no zoom lens etc.) the video area is much smaller than the picture area.
I have already done
rpi_update
and reboot / power off /on.libcamera-still -o libcamera_still.jpg
libcamera-vid -t 5000 -o libcamera_vid.h264
The text was updated successfully, but these errors were encountered: