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