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 support for IMX477 sensor in PiBayerArray class? #633

Open
AlecVercruysse opened this issue Jul 20, 2020 · 1 comment
Open

Add support for IMX477 sensor in PiBayerArray class? #633

AlecVercruysse opened this issue Jul 20, 2020 · 1 comment

Comments

@AlecVercruysse
Copy link

Since the new HQ camera uses the IMX477 sensor, which outputs 12-bit color, the current PiBayerData class unfortunately throws errors relating to the fact that the v1 and v2 sensors output 10-bit color.

With this, it's also probably worth fixing the bug mentioned in #563, where the byte containing the low bits of the packed data is shifted too far left.

@xlla
Copy link

xlla commented Dec 8, 2020

According to this document, only use adc 12 bit for full (4:3) normal 40 fps, else is 10 bit.
imx477

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