Previous Up Next

_CRcapWindow
Create a new capture window object for a specific camera. This opens the capture window but do not send any data to the program. This will be done with _SETcapVideoStart.

Video _CRcapWindow (
Chn _channel_
ObjWin _window_
I _driver_
I _x_
I _y_
I _width_
I _height_
I _visibility_
I _framerate_
)
Parameters

_channel_
proprietary channel
_window_
mother window of capture window (it might be nil for a stand alone capture window)
_driver_
driver number of camera
_x_
x coordinate of capture window
_y_
y coordinate of capture window
_width_
width of capture window
_height_
height of capture window
_visibility_
visibility of capture window
_framerate_
framerate of capture
Return value

new capture window object