Changes between Version 9 and Version 10 of venice/multimedia


Ignore:
Timestamp:
10/02/2023 10:38:31 PM (7 months ago)
Author:
Tim Harvey
Comment:

use VDEV variable in examples

Legend:

Unmodified
Added
Removed
Modified
  • venice/multimedia

    v9 v10  
    209209 * configure video format and capture a raw frame with v4l2-ctl '''(must configure Linux video pipeline first)'''
    210210{{{#!bash
    211 v4l2-ctl --device /dev/video0 --set-fmt-video=pixelformat=RGGB
    212 v4l2-ctl --device /dev/video0 --stream-mmap --stream-to=frame.raw --stream-count=1
     211v4l2-ctl --device /dev/video$VDEV --set-fmt-video=pixelformat=RGGB
     212v4l2-ctl --device /dev/video$VDEV --stream-mmap --stream-to=frame.raw --stream-count=1
    213213# install imagemagic for convert tool
    214214apt-get install imagemagic