-
Notifications
You must be signed in to change notification settings - Fork 181
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
Image data is all zero #2
Comments
Hi. @YuyingJin0111 I have a same error when I run the jetbot_camera node. Did you solve the issue? |
Another possible workaround is to pass the converted RGBA via CPU memory. In jetbot_camera.cpp:
|
hi, @alex-makarov I have tried your solution, it works. Thanks a lot. But image would flash when environment is changing. Do you know why? |
Not yet, I will look into it. |
@shannon112 - actually I'd recommend to use the patch from @nicolas-beaufort, works better for me. |
I successfully compiled all the packages,start the jetbot_camera node.But I get the image is all zero.
At the same time I can successfully run a separate jetson-interface.
thanks!
The text was updated successfully, but these errors were encountered: