image-acquisition
The Octave-forge Image Acquisition package provides functions to capture images from connected devices. Currently only v4l2 (which is GNU/Linux only) is supported. There is no windoze support yet.
Select category:
list devices
v4l2 input
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