OpenShot Library | libopenshot  0.7.0
Public Attributes | List of all members
openshot::CameraCaptureSettings Struct Reference

#include <CameraCaptureReader.h>

Collaboration diagram for openshot::CameraCaptureSettings:
[legend]

Public Attributes

CameraCaptureBackend backend = CAMERA_CAPTURE_AUTO
 
std::string device = "/dev/video0"
 
openshot::Fraction fps = openshot::Fraction(30, 1)
 
int height = 720
 
std::map< std::string, std::string > options
 
int width = 1280
 

Detailed Description

Definition at line 31 of file CameraCaptureReader.h.

Member Data Documentation

◆ backend

CameraCaptureBackend openshot::CameraCaptureSettings::backend = CAMERA_CAPTURE_AUTO

◆ device

std::string openshot::CameraCaptureSettings::device = "/dev/video0"

◆ fps

openshot::Fraction openshot::CameraCaptureSettings::fps = openshot::Fraction(30, 1)

◆ height

int openshot::CameraCaptureSettings::height = 720

◆ options

std::map<std::string, std::string> openshot::CameraCaptureSettings::options

◆ width

int openshot::CameraCaptureSettings::width = 1280

The documentation for this struct was generated from the following file: