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

on 2780 x 2080 #9

Open
marriusco opened this issue Mar 19, 2025 · 0 comments
Open

on 2780 x 2080 #9

marriusco opened this issue Mar 19, 2025 · 0 comments

Comments

@marriusco
Copy link

marriusco commented Mar 19, 2025

 ./bayer2rgba  -fBGGR -b10 -w2720 -v2080 -i./image1.raw -o/tmp/rgb1
Segmentation fault (core dumped)
rgb1 is 2 bytes/bayer cell


At:

                rgb[-1] = (uint16_t) t0;
                rgb[0] = (uint16_t) t1;
                rgb[1] = bayer[bayerStep + 1];

Where
bayer[bayerStep+1] is 2721, this is out of range ?

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