Table of Contents ▸ List of Commands ▸ Input / Output ▸ camera | ◀ version | command ▶ |
camera | Built-in command |
Arguments:
- _camera_index>=0,_nb_frames>0,_skip_frames>=0,_capture_width>=0,_capture_height>=0
Description:
Insert one or several frames from specified camera.When nb_frames==0, the camera stream is released instead of capturing new images.
This command requires features from the OpenCV library (not enabled in G'MIC by default).
Default values:
camera_index=0 (default camera), nb_frames=1, skip_frames=0 and capture_width=capture_height=0 (default size).