#include <lccv.hpp>
◆ PiCamera()
◆ ~PiCamera()
◆ capturePhoto()
| bool PiCamera::capturePhoto |
( |
cv::Mat & |
frame | ) |
|
◆ getImage()
◆ getVideoFrame()
| bool PiCamera::getVideoFrame |
( |
cv::Mat & |
frame, |
|
|
unsigned int |
timeout |
|
) |
| |
◆ run()
| void lccv::PiCamera::run |
( |
| ) |
|
|
protected |
◆ startPhoto()
| bool PiCamera::startPhoto |
( |
| ) |
|
◆ startVideo()
| bool PiCamera::startVideo |
( |
| ) |
|
◆ stopPhoto()
| bool PiCamera::stopPhoto |
( |
| ) |
|
◆ stopVideo()
| void PiCamera::stopVideo |
( |
| ) |
|
◆ videoThreadFunc()
| void * PiCamera::videoThreadFunc |
( |
void * |
p | ) |
|
|
staticprotected |
◆ app
◆ camerastarted
| bool lccv::PiCamera::camerastarted |
|
protected |
◆ framebuffer
| uint8_t* lccv::PiCamera::framebuffer |
|
protected |
◆ frameready
| std::atomic<bool> lccv::PiCamera::frameready |
|
protected |
◆ mtx
| std::mutex lccv::PiCamera::mtx |
|
protected |
◆ options
◆ running
| std::atomic<bool> lccv::PiCamera::running |
|
protected |
◆ still_flags
| unsigned int lccv::PiCamera::still_flags |
|
protected |
◆ vh
| unsigned int lccv::PiCamera::vh |
|
protected |
◆ videothread
| pthread_t lccv::PiCamera::videothread |
|
protected |
◆ vstr
| unsigned int lccv::PiCamera::vstr |
|
protected |
◆ vw
| unsigned int lccv::PiCamera::vw |
|
protected |
The documentation for this class was generated from the following files: