classPiiSequenceFileListener
#include <PiiSequenceFileListener.h>
A listener for PiiCameraDriver that writes received frames into a sequence file.
Inherits PiiSequenceFile, PiiCameraDriver::Listener
Description
Constructors and destructor
|
Create a sequence file. |
Public member functions
|
void
|
(
Store a frame into the sequence file. |
|
bool
|
(
Open a sequence file. |
Function details
-
PiiSequenceFileListener
Create a sequence file.
The newly instantiated class will be installed as the listener to
driver. -
void frameCaptured
(- int frameIndex
Store a frame into the sequence file.
-
bool open
(- QIODevice::OpenMode mode
Open a sequence file.
For this to succeed, the camera driver must have been initialized. The function will initialize the image header based on information obtained from the driver.
Reimplemented from PiiSequenceFile.
Add a note
Not a single note added yet. Be the first, add yours.