-
Notifications
You must be signed in to change notification settings - Fork 340
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
Binning #116
Comments
The camera (MT9V034) has standard output of 752x480, but we use 4x4 binning, so the images have size of 188x120. So a single pixel on the resulting image has size of 24μm instead of original 6μm. |
In the paper describing the PX4 (Honegger, "An Open Source and Open Hardware Enabled Embedded Metric ..."), it says "When pixel binning is enabled...", implying binding is a configurable parameter. Based on the code repository, it looks like this is fixed at binning 4. Which is correct? Thanks! |
The paper references the Aptina MT9V034 sensor at that point in the text, the context being: Natively the sensor allows 60Hz at 752Hx480V, but if you activate binning [on the sensor] it can go upto 250Hz at 188Hx120V. |
Thanks! This is very helpful. I appreciate it. |
Can someone explain the idea behind the binning operation?
Thanks, Gal.
The text was updated successfully, but these errors were encountered: