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

Problem with coding #12

Open
juankkt opened this issue Oct 13, 2016 · 1 comment
Open

Problem with coding #12

juankkt opened this issue Oct 13, 2016 · 1 comment

Comments

@juankkt
Copy link

juankkt commented Oct 13, 2016

Hi, the node_raw have a problem, at certain random time change the coding of bgra8 to rgba8, I tried to find the exact time, but this varies depending on CPU usage. What is the fault?. This does not occur in the compressed node.

@einrob
Copy link

einrob commented Nov 19, 2016

Hi,

I had the flickering encoding problem too. I reduced the framerate which resulted in a stable but false encoded image stream. Then I hat to change the encoding of the ros sensor_msgs::Image message in raspicam_raw_node.cpp from bgra8 to rgba8. Although the camera configuration uses MMAL_ENCODING_BGRA to initialize the camera it works now for slow frame rates up to ~15fps@640x480@RP2.

Thank you for you awesome work fpasteau!

Sincerly Robert

EDIT: Added resolution information of my image stream

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