You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
I'm using a new Chameleon3 color camera, but am unable to view color streams because camera_info_.isColorCamera is evaluating false (flea3_camera.cpp, line 221). I was unable to find where this was being set besides in the CameraInfo constructor.
Forcing the evaluation to true makes the color stream appear as expected.
The text was updated successfully, but these errors were encountered:
This appears to be an issue with the other Point Grey camera driver as well. See this issue: ros-drivers/pointgrey_camera_driver#63
The creator of that issue fixed it with the same hack (force isColorCamera = true). Perhaps these new Chameleon3's have a different way of signaling that they are a color camera?
I am able to view the color streams in FlyCap without modifications.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using a new Chameleon3 color camera, but am unable to view color streams because camera_info_.isColorCamera is evaluating false (flea3_camera.cpp, line 221). I was unable to find where this was being set besides in the CameraInfo constructor.
Forcing the evaluation to true makes the color stream appear as expected.
The text was updated successfully, but these errors were encountered: