-
6.6. Get color key
Function Description:
Get drawing background color of the preview screen.
Function call:
DWORD GetColorKey();
Return code:
DWORD:
1st byte Red color value
2nd byte Green color value
3rd byte Blue color value
6.7. Set color key
Function Description:
Set drawing background color of the preview screen.
Function call:
void SetColorKey(UINT8 red, UINT8 green, UINT8 blue);
Parameters(Input):
red:
UINT8
: Red color value
green:
UINT8
: Green color value
blue:
UINT8
: Blue color value
6.8. Start video capture
Function Description:
Start video capture, must be called within StartPreview() and StopPreview().
Function call:
BOOL StartVideoCapture(LPCTSTR filename, UINT width, UINT height, UINT fps);
Parameters(Input):
filename:
LPCTSTR
: File name (with path) to store video(raw MPEG4)
width:
UINT
: horizontal pixel width
height:
UINT
: vertical pixel width
fps:
UINT
: frames per second
Return code:
TRUE:
OK
FALSE:
Fail to capture
6.9. End video capture
Function Description:
Stop video capture.
Function call:
BOOL EndVideoCapture();
Return code:
TRUE:
OK
FALSE:
Fail
Содержание MR650
Страница 1: ...MR650 Programming Manual V 1 12 1 16 2008 ...
Страница 7: ... 7 13 FUNCTION KEY SETTING ON REGISTRY 65 14 UPDATE NOTES 66 ...
Страница 16: ... it is for internal use send messages ...
Страница 33: ... Be aware to release handles when program ends ...