Skip to content
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

Missing supported video format #327

Open
Donnyp751 opened this issue May 2, 2024 · 0 comments
Open

Missing supported video format #327

Donnyp751 opened this issue May 2, 2024 · 0 comments

Comments

@Donnyp751
Copy link

I'm running into an issue with the FOV on my system with the OV5640, and was looking through the datasheet and noticed that the first two format modes don't appear to be supported by the video source driver, and was wondering if there was a specific reason for that?

With 1080P the image is cropped from the sensor, and with 720P it's cropped, then 2x2 binned. But with SXGA there is only 2x2 binning performed, and 5Mpixel there is no scaling. From what I understand the VPU doesn't support resolutions above 1920x1080, but is there a specific reason the driver doesn't support SXGA 1280x960 which would be a 2x2 binned image (No loss of FOV)?

captureModes

My thought process is that if I could get the 1280x960 resolution frames, I could do a virtual pan (crop) to the region of interest as a 720P, whereas right now with the cropping occurring on the sensor itself, there doesn't seem to be a way to change which part of the image is cropped (like cropped region selection)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant