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

Implement binning modes #5

Open
zringelume opened this issue Jan 23, 2025 · 3 comments
Open

Implement binning modes #5

zringelume opened this issue Jan 23, 2025 · 3 comments

Comments

@zringelume
Copy link

The binning modes seem to be missing in the raspberry pi driver but are implemented in the vc_mipi_nvidia driver.

Setting the mode according to the Documentation Binning mode seems to have no effect.

vc_mipi_camera/vc_mipi_camera.c:

        case V4L2_CID_VC_BINNING_MODE:
                return 0; // TODO vc_sen_set_binning_mode(cam, control->value);
@FSCHMID-VC
Copy link
Contributor

Hello @zringelume
Yes, we will implement it like in the nvidia driver.
What sensor type are you looking for?
Kind regards

@zringelume
Copy link
Author

Hi @FSCHMID-VC

That would be awesome !

For me personally the IMX273 would be great. Although i do not yet have a MIPI Module to test (Module is ordered and will arrive soon hopefully). The next best option for me would be the OV9281. But it seems the OV9281 is not yet working with the current driver.

Do you accept code contributions for the vc_mipi_raspi driver ?

@FSCHMID-VC
Copy link
Contributor

Hi @zringelume
yes we accept code contributions.
The OV9281 is working in the latest commit.
The release of the newest driver will be done next week.
Your mentioned sensors do not support binning in the driver so far.
In the vc_mipi_modules, the binning modes are defined.

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

2 participants