Camera
The "Camera" module uses the modern libcamera library to connect to webcam-like camera devices. This should work for standard USB UVC webcams, as well as more embedded cameras on devices such as the Raspberry Pi.
For features libcamera does not yet support, the module will try to talk directly to the V4L2 API to make them available (needed for e.g. powerline frequency control).
Usage
Configure as usual.
Ports
| Name | Direction | Data Type | Description |
|---|---|---|---|
| Video🠺 | Out | Frame | ~ |
Stream Metadata
| Name | Metadata |
|---|---|
| Video🠺 | size: 2D Size, Dimension of generated frames framerate: Double, Target framerate per second. |