Public Member Functions |
bool | recordVideo (const std::string pFilePath, const unsigned int pUserSpaceSize, const std::vector< streamHeader > &pStreamHeaderVector) |
bool | readVideo (const std::string pFilePath) |
void | closeVideo () |
bool | goToFrame (const unsigned int pFrameNumber, const unsigned int pStreamNumber) |
bool | getFrame (ALImage &pImage, const unsigned int pFrameNumber, const unsigned int pStreamNumber, const bool pCheckFormat=true) |
bool | getNextFrame (ALImage &pImage, const bool pCheckFormat=true) |
bool | getPrecedingFrame (ALImage &pImage, const bool pCheckFormat=true) |
bool | write (char *ptrImageData, const int pSizeData, const long long pTimeStamp=0, const char pCameraId=0, const float pLeftAngle=0, const float pTopAngle=0, const float pRightAngle=0, const float pBottomAngle=0) |
bool | write (int height, int width, char *imageData, const long long pTimeStamp, const char pCameraId, const float pLeftAngle, const float pTopAngle, const float pRightAngle, const float pBottomAngle) |
bool | write (IplImage *pImage, const long long pTimeStamp=0, const char pCameraId=0, const float pLeftAngle=0, const float pTopAngle=0, const float pRightAngle=0, const float pBottomAngle=0) |
const unsigned char * | getMagicNumber () const |
const unsigned int | getNumberOfFrames () const |
const unsigned int | getNumberOfStreams () const |
const unsigned int | getCurrentFrameNumber () const |
const unsigned int | getCurrentStreamNumber () const |
const bool | isOpenForReading () const |
const bool | isOpenForWriting () const |
const int | getStreamWidth (const unsigned int pStreamNumber) const |
const int | getStreamHeight (const unsigned int pStreamNumber) const |
const int | getStreamResolution (const unsigned int pStreamNumber) const |
const int | getStreamColorSpace (const unsigned int pStreamNumber) const |
const int | getStreamNbLayers (const unsigned int pStreamNumber) const |
const int | getStreamPixelDepth (const unsigned int pStreamNumber) const |
const int | getStreamSizePerImage (const unsigned int pStreamNumber) const |
Definition at line 60 of file alvideo.h.