32 #ifndef BEBOP_FRONT_CAMERA_H
33 #define BEBOP_FRONT_CAMERA_H
volatile bool take_shot
Wether to take an image.
uint8_t fps
The amount of frames per second.
struct bebopfrontcamera_t bebop_front_camera
void bebop_front_camera_stop(void)
Stops the streaming This could take some time, because the thread is stopped asynchronous.
uint16_t shot_number
The last shot number.
void bebop_front_camera_take_shot(bool take)
bool use_rtp
Stream over RTP.
struct v4l2_device * dev
The V4L2 device that is used for the video stream.
uint8_t quality_factor
Quality factor during the stream.
void bebop_front_camera_start(void)
Start with streaming.
void bebop_front_camera_init(void)
Initialize the view video.
void bebop_front_camera_periodic(void)
A dummy for now.
uint8_t downsize_factor
Downsize factor during the stream.
volatile bool is_streaming
When the device is streaming.