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

add extended fov code #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richlegrand
Copy link

This is just so you can run it and check that it works. I didn't take a guess at the best way to integrate, such as adding another mode, e.g. mode 8. I can take a stab at it if you like.

Specifically, run it like this:

./raspiraw -md 7 -t 5000 --height 480 --width 640 --fps 90 -g 230 -e 600

:

@Hermann-SW
Copy link
Contributor

Hermann-SW commented Dec 12, 2018

Thanks @richlegrand for this nice 4x4 binning code.
6by9 pointed to it here:
https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=228346&p=1403154#p1401044
I aded part as option to raspiraw for maximizing v2 camera FoV experiments:
https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=228346&p=1403154#p1403154
Allows to double FoV like setting horizontal/vertical odd increments from 1/1 to 3/3. But keeps maximal framerate whereas 3/3 odd increments doubles maximal framerate.
I have found no way sofar to combine 4x4 binning and odd increments to quadruple FoV.
That would allow for eg. 320x240 with 78% FoV (2560x1920 native).
Or even near full FoV for 400x300:
https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=228346&p=1403154#p1401239

@richlegrand
Copy link
Author

Absolutely -- I've found it to be very useful.

I was also able to get 4x4 binning working within raspivid.

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

Successfully merging this pull request may close these issues.

2 participants