ServerGrabberDualDragonBayer640_480.ini gives black and white output only #616
-
Hello, We are trying to get 640X480 video output from iCub cameras and are running yarpdev module with "--from camera/ServerGrabberDualDragonBayer640_480.ini --split true". The resulting output has 640X480 resolution but it is black and white. How can we get RGB output? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
This comment has been hidden.
This comment has been hidden.
-
Hi @paliasgh, did you try to run the cameras without the bayer? I mean running the yarpdev module with Let me know if the problem is still present or not. |
Beta Was this translation helpful? Give feedback.
Hi @patrickshas
A possibility is to change in
ServerGrabberDualDragonBayer640_480.ini
the parametercapabilities
fromRAW
toCOLOR
and then incamera/dragonfly2_config_left_bayer_640_480.ini
andcamera/dragonfly2_config_right_bayer_640_480.ini
thedevice
fromdragonfly2raw
todragonfly2
.