cameraUVC.h
Definition cameraUVC.h:33
int MainSetup()
Sets up the resources needed by the driver thread.
Definition cameraUVC.cc:130
int ProcessMessage(QueuePointer &resp_queue, player_msghdr *hdr, void *data)
Message handler.
Definition cameraUVC.cc:194
void MainQuit()
Cleanup method for driver thread (called when main exits)
Definition cameraUVC.cc:150
ThreadedDriver(ConfigFile *cf, int section, bool overwrite_cmds, size_t queue_maxlen, int interface_)
Constructor with implicit interface.
Definition UvcInterface.h:33