ros-drivers / camera1394

ROS driver for devices supporting the IEEE 1394 Digital Camera (IIDC) protocol.
http://www.ros.org/wiki/camera1394
17 stars 35 forks source link

Where is camera1394/Camera1394Config.h? #64

Closed mdforbes500 closed 6 years ago

mdforbes500 commented 6 years ago

Does it exist, and if so, where? I have looked all over this directory and gone through the imagepipeline files and I can't find it. I am trying to see how you deal with `config` for a class I am writing for the Raspberry Pi camera.

awesomebytes commented 6 years ago

It's automatically generated from the dynamic reconfigure server configuration file: https://github.com/ros-drivers/camera1394/blob/master/cfg/Camera1394.cfg

http://wiki.ros.org/dynamic_reconfigure

mdforbes500 commented 6 years ago

Thank you!