Camera Development 1
This commit is contained in:
parent
7a58db090b
commit
1837834c83
|
|
@ -0,0 +1,12 @@
|
||||||
|
%octave> pkg install -forge image-acquisition
|
||||||
|
%octave:> pkg load image-acquisition
|
||||||
|
|
||||||
|
%octave:> obj = videoinput("v4l2", "/dev/video0")
|
||||||
|
|
||||||
|
obj = videoinput for v4l2
|
||||||
|
device = /dev/video0
|
||||||
|
driver = uvcvideo
|
||||||
|
card = UVC Camera (046d:0825)
|
||||||
|
VideoInput = 0
|
||||||
|
VideoResolution = 320 x 240 px
|
||||||
|
VideoFormat = YUYV
|
||||||
Loading…
Reference in New Issue