VideoCapture
OpenCV VideoCapture
Operations
Open
Open video file or a capturing device or a IP video stream
method : public : Open(id:Int) ~ BoolParameters
| Name | Type | Description |
|---|---|---|
| id | Int | device ID |
Return
| Type | Description |
|---|---|
| Bool | true if open, false otherwise |