Setting PointGrey camera parameters?
Am bit confuse on where and how to modify Cameleon 3 camera parameters. For example, in PointGrey,cfg
, there seems to be three different values... Why not only one
gen.add("frame_rate", double_t, SensorLevels.RECONFIGURE_RUNNING, "Camera speed (frames per second).", 100, 0, 100)
Also please, how to set the values in camera.launch
instead of PointGrey,cfg
, so as to avoid the need of compiling after each modification?
Am particularly interested in frame_rate, exposure, shutter speed, and image size...