#include <BosonCamera.h>

Public Member Functions | |
| BosonCamera () | |
| ~BosonCamera () | |
Public Member Functions inherited from nodelet::Nodelet | |
| void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
| Nodelet () | |
| virtual | ~Nodelet () |
Private Member Functions | |
| void | agcBasicLinear (const cv::Mat &input_16, cv::Mat *output_8, const int &height, const int &width) |
| void | captureAndPublish (const ros::TimerEvent &evt) |
| bool | closeCamera () |
| virtual void | onInit () |
| bool | openCamera () |
Private Attributes | |
| void * | buffer_start |
| struct v4l2_buffer | bufferinfo |
| std::shared_ptr< camera_info_manager::CameraInfoManager > | camera_info |
| std::string | camera_info_url |
| struct v4l2_capability | cap |
| ros::Timer | capture_timer |
| cv_bridge::CvImage | cv_img |
| std::string | dev_path |
| int32_t | fd |
| int32_t | frame = 0 |
| std::string | frame_id |
| float | frame_rate |
| int32_t | height |
| int32_t | i |
| image_transport::CameraPublisher | image_pub |
| std::shared_ptr< image_transport::ImageTransport > | it |
| ros::NodeHandle | nh |
| ros::NodeHandle | pnh |
| sensor_msgs::ImagePtr | pub_image |
| SensorTypes | sensor_type |
| std::string | sensor_type_str |
| cv::Mat | thermal16 |
| cv::Mat | thermal16_linear |
| cv::Mat | thermal16_linear_zoom |
| cv::Mat | thermal_luma |
| cv::Mat | thermal_rgb |
| cv::Mat | thermal_rgb_zoom |
| int8_t | thermal_sensor_name [20] |
| Encoding | video_mode |
| std::string | video_mode_str |
| int32_t | width |
| bool | zoom_enable |
Additional Inherited Members | |
Protected Member Functions inherited from nodelet::Nodelet | |
| ros::CallbackQueueInterface & | getMTCallbackQueue () const |
| ros::NodeHandle & | getMTNodeHandle () const |
| ros::NodeHandle & | getMTPrivateNodeHandle () const |
| const V_string & | getMyArgv () const |
| const std::string & | getName () const |
| ros::NodeHandle & | getNodeHandle () const |
| ros::NodeHandle & | getPrivateNodeHandle () const |
| const M_string & | getRemappingArgs () const |
| ros::CallbackQueueInterface & | getSTCallbackQueue () const |
| std::string | getSuffixedName (const std::string &suffix) const |
Definition at line 65 of file BosonCamera.h.
| BosonCamera::BosonCamera | ( | ) |
Definition at line 29 of file BosonCamera.cpp.
| BosonCamera::~BosonCamera | ( | ) |
Definition at line 34 of file BosonCamera.cpp.
|
private |
Definition at line 125 of file BosonCamera.cpp.
|
private |
Definition at line 329 of file BosonCamera.cpp.
|
private |
Definition at line 313 of file BosonCamera.cpp.
|
privatevirtual |
Implements nodelet::Nodelet.
Definition at line 39 of file BosonCamera.cpp.
|
private |
Definition at line 168 of file BosonCamera.cpp.
|
private |
Definition at line 95 of file BosonCamera.h.
|
private |
Definition at line 94 of file BosonCamera.h.
|
private |
Definition at line 82 of file BosonCamera.h.
|
private |
Definition at line 101 of file BosonCamera.h.
|
private |
Definition at line 91 of file BosonCamera.h.
|
private |
Definition at line 87 of file BosonCamera.h.
|
private |
Definition at line 85 of file BosonCamera.h.
|
private |
Definition at line 101 of file BosonCamera.h.
|
private |
Definition at line 89 of file BosonCamera.h.
|
private |
Definition at line 92 of file BosonCamera.h.
|
private |
Definition at line 101 of file BosonCamera.h.
|
private |
Definition at line 103 of file BosonCamera.h.
|
private |
Definition at line 88 of file BosonCamera.h.
|
private |
Definition at line 90 of file BosonCamera.h.
|
private |
Definition at line 84 of file BosonCamera.h.
|
private |
Definition at line 83 of file BosonCamera.h.
|
private |
Definition at line 81 of file BosonCamera.h.
|
private |
Definition at line 81 of file BosonCamera.h.
|
private |
Definition at line 86 of file BosonCamera.h.
|
private |
Definition at line 106 of file BosonCamera.h.
|
private |
Definition at line 101 of file BosonCamera.h.
|
private |
Definition at line 97 of file BosonCamera.h.
|
private |
Definition at line 97 of file BosonCamera.h.
|
private |
Definition at line 97 of file BosonCamera.h.
|
private |
Definition at line 97 of file BosonCamera.h.
|
private |
Definition at line 97 of file BosonCamera.h.
|
private |
Definition at line 97 of file BosonCamera.h.
|
private |
Definition at line 93 of file BosonCamera.h.
|
private |
Definition at line 104 of file BosonCamera.h.
|
private |
Definition at line 101 of file BosonCamera.h.
|
private |
Definition at line 88 of file BosonCamera.h.
|
private |
Definition at line 105 of file BosonCamera.h.