Update 2025-01-03 14:41 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2025-01-03 14:41:35 +01:00
parent fa6a52b1a3
commit 45969796dc

View File

@ -83,7 +83,8 @@ then
echo " stop - stop camera" echo " stop - stop camera"
echo " list - list supported formats and resolutions" echo " list - list supported formats and resolutions"
echo " formats:" echo " formats:"
echo " raw - reads the yuyv422 stream (default is mjpeg)" echo " raw - reads the yuyv422 stream (instead of mjpeg)"
echo " nv12 - reads the nv12 stream (instead of mjpeg)"
echo " resolutions:" echo " resolutions:"
echo " sd - set video size to 640x360" echo " sd - set video size to 640x360"
echo " hd - set video size to 1280x720" echo " hd - set video size to 1280x720"
@ -93,7 +94,7 @@ then
echo " framerates:" echo " framerates:"
echo " 30 - set framerate to 30 fps" echo " 30 - set framerate to 30 fps"
echo " 60 - set framerate to 60 fps" echo " 60 - set framerate to 60 fps"
echo " <device> - set video device number (defaults is 0)" echo " <device> - set video device number (defaults to 0)"
echo echo
echo " Note: ffplay may not start or fall back to internal defaults when options (or combinations thereof) are not supported by the camera." echo " Note: ffplay may not start or fall back to internal defaults when options (or combinations thereof) are not supported by the camera."
exit 2 exit 2