We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I updated libcamera to version 0.2, the following error occurred when compiling and running camera-streamer again.
By printing some key information, I found that this was caused by the RAW stream's configuration.stride equal to 4128.
You only need to force configuration.stride to be 0 to solve this problem.
The text was updated successfully, but these errors were encountered:
I can confirm that making this change manually and rebuilding it resolved the issue for me as well.
Sorry, something went wrong.
Where do you set configuration.stride = 0?
Successfully merging a pull request may close this issue.
When I updated libcamera to version 0.2, the following error occurred when compiling and running camera-streamer again.


By printing some key information, I found that this was caused by the RAW stream's configuration.stride equal to 4128.

You only need to force configuration.stride to be 0 to solve this problem.


The text was updated successfully, but these errors were encountered: