Navigation

Operators and Keywords

Function List:

C++ API

image-acquisition

The Octave-forge Image Aquisition package provides functions to capture images from connected devices. Currently only v4l2 is supported.

Select category:

list devices

imaqhwinfo
Returns a struct array with v4l2 devices in /dev/.

v4l2 input

@videoinput/videoinput
Initializes a new video input object.
@videoinput/get
Access property values of videoinput objects.
@videoinput/set
Set or modify properties of videoinput objects.
@videoinput/start
Start streaming with N buffers.
@videoinput/preview
Repeatedly get a snapshot from a videoinput object buffer and display it in a FLTK window.
@videoinput/getsnapshot
Get a snapshot from a videoinput object buffer.
@videoinput/stop
Stop streaming.

Package: image-acquisition