|
GetSequenceRawData (DVR version only)
|
|
| iFrame [in]
|
| The zero-based index of the frame in the memory sequence
|
| isPointer [in]
|
| If false returns the array of raw data, otherwise returns pointer to data.
|
| pArray [out,retval]
|
| Pointer to the SAFEARRAY containing the raw data buffer.
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure
|
| E_INVALIDARG
|
| Invalid input arguments
|
|
|
|
Pixel Format
|
Data type
|
Dimensions
|
|
Mono8
|
Byte
|
0 to SizeX -1, 0 to Lines - 1
|
|
Raw8
|
Byte
|
0 to SizeX -1, 0 to Lines - 1
|
|
Mono16
|
Integer (word)
|
0 to SizeX -1, 0 to Lines - 1
|
|
Raw16
|
Integer (word)
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|
|
YUV411Packed
|
Byte
|
0 to SizeX*3/2 -1, 0 to Lines - 1
|
|
YUV422Packed, YUV444Packed
|
Integer (word)
|
0 to SizeX -1, 0 to Lines - 1
|
|
RGB24
|
Byte
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|
|
RGB48
|
Integer (word)
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|