ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

sathya.bhat's profile - activity

2019-03-06 10:38:55 -0500 received badge  Famous Question (source)
2017-02-22 20:51:40 -0500 received badge  Notable Question (source)
2016-10-03 03:06:02 -0500 received badge  Popular Question (source)
2016-08-22 00:23:21 -0500 asked a question PointGrey Chameleon Camera - No Color Images

Hello,

I have a USB3.0 PointGrey Chameleon3 Camera, installed according to the ROS guide. But by default it outputs a gray valued image. (It's a colour camera). Camera is plugged via an active USB3 port. I am on ROS Indigo on 64Bit Ubuntu 14.04.1

Steps taken so far:

$ sudo apt-get install ros-indigo-pointgrey-camera-driver

$ rosrun pointgrey_camera_driver list_cameras Number of cameras found: 1 [0]Serial: 15374833, Model: Chameleon3 CM3-U3-13S2C, Vendor: Point Grey Research, Sensor: Sony ICX445AL (1/3" 1296x964 CCD), Resolution: 1288x964, Color: false, Firmware Version: 1.2.3.1

Not sure why this says colour:false and the sensor type detected is also wrong. Sensor name of the output information is wrong; i.e Sensor is detected as Sony ICX445AL but sensor I have is ON Semi Python 1300.

Launched rqt, all works fine. Can change the params like fps successfully with rqt/dynreconfig. Changing the video mode on the camera via RQT kills the camera.

Any ideas would be greatly appreciated, thanks!

2016-08-19 05:03:45 -0500 answered a question ROS / Point Grey Chameleon USB3 Cam / No Colour Images

Hello there,

I too have the exact same problem. When I run "pointgrey_camera_driver list_cameras" the sensor that shows is Sony ICX445AL, which is not the one present in the chameleon 3 camera (ON Semi PYTHON 1300). Seems that this package does not support this sensor either. I have downloaded ROS Point Grey stack from Kumar Robotics, but I have not been able to make it work. The "camera_base" dependency installation to ROS include folder itself is not getting executed. Can someone guide me here?