You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
381 B
15 lines
381 B
# GStreamer source element name: |
|
VIDEOSRC="icamerasrc" |
|
#SPLASHSRC="filesrc location=/.../splash.png ! pngdec ! imagefreeze num-buffers=4 ! videoscale ! videoconvert" |
|
|
|
# Output format, width, height, and frame rate: |
|
FORMAT=YUY2 |
|
WIDTH=1280 |
|
HEIGHT=720 |
|
FRAMERATE=30/1 |
|
|
|
# Virtual video device name: |
|
CARD_LABEL="Intel MIPI Camera" |
|
|
|
# Extra options to pass to v4l2-relayd: |
|
#EXTRA_OPTS=-d
|
|
|