21 #include "modules/drivers/proto/sensor_image.pb.h" 22 #include "modules/drivers/video/proto/video_h265cfg.pb.h" 29 using apollo::drivers::CompressedImage;
30 using apollo::drivers::video::config::CameraH265Config;
37 bool Poll(std::shared_ptr<CompressedImage> h265);
45 bool PollByFrame(std::shared_ptr<CompressedImage> h265);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool PollByFrame(std::shared_ptr< CompressedImage > h265)
int Port()
Definition: driver.h:39
bool Poll(std::shared_ptr< CompressedImage > h265)
CameraDriver(const CameraH265Config *h265_cfg)
std::shared_ptr< SocketInput > input_
Definition: driver.h:44
CameraH265Config config_
Definition: driver.h:43
~CameraDriver()
Definition: driver.h:35
int Record()
Definition: driver.h:40