PutMiscDeviceControl
|
TVideoGrabber.PutMiscDeviceControl |
||||
|
|
|
|
||
Used to set specific values or states on some video capture devices.
Declaration
function PutMiscDeviceControl (MiscDeviceControl: TMiscDeviceControl; Index: LongInt; Value: LongInt): Boolean;
bool __fastcall PutMiscDeviceControl(TMiscDeviceControl MiscDeviceControl, int Index, int Value);
Function PutMiscDeviceControl (MiscDeviceControl as TMiscDeviceControl, Index as Long, Value as Long) as Boolean
Description
Used to set specific values or states on some video capture devices that support them, e.g. the GPIO, VPD, etc...
The use of this function is explained in the Miscellaneous device control chapter.
See Also