std_include.h
Go to the documentation of this file.
1 // Header to include most of the standard headers
2 // required by rest of the application
3 
4 // Spinnaker SDK
5 #include "Spinnaker.h"
6 #include "SpinGenApi/SpinnakerGenApi.h"
7 
8 // OpenCV
9 #include <cv.h>
10 #include <opencv2/highgui/highgui.hpp>
11 
12 // ROS
13 #include <ros/ros.h>
14 // #include <image_transport/image_transport.h>
15 #include <cv_bridge/cv_bridge.h>
16 #include "sensor_msgs/Image.h"
17 #include "sensor_msgs/CameraInfo.h"
18 #include "std_msgs/String.h"
20 #include "sensor_msgs/Image.h"
21 
22 
23 // Standard Libs
24 #include <iostream>
25 #include <fstream>
26 #include <sstream>
27 #include <sys/types.h>
28 #include <sys/stat.h>
29 #include <sys/time.h>
30 #include <errno.h> // for errno
31 #include <limits.h> // for INT_MAX
32 #include <stdlib.h> // for strtol
33 #include <stdio.h>
34 #include <math.h>
35 #include <omp.h>
36 #include <signal.h>
37 #include <cstdlib>
38 
39 #include <queue>
40 #include <boost/thread.hpp>
41 
42 #include <unistd.h>
43 #include <sys/types.h>
44 #include <pwd.h>
45 
46 
47 
48 // gflags
49 //#include <gflags/gflags.h>
50 
51 // glog
52 //#include <glog/logging.h>
53 
54 // yaml-cpp
55 //#include <yaml-cpp/yaml.h>
56 
57 // gperftools
58 // #include <gperftools/profiler.h>


spinnaker_sdk_camera_driver
Author(s): Abhishek Bajpayee, Pushyami Kaveti, Vikrant Shah
autogenerated on Sun Feb 14 2021 03:34:42