Age | Commit message (Collapse) | Author |
|
* cope with new bsd.man.mk
* update imake configuration
ports use of imake remains unchanged
|
|
spotted by sobrado@
|
|
and display the frame rates if at least on -v is used.
* set/get the video(4) device's frame rate using VIDIOC_{S,G}_PARM.
* add new option -R which dsables frame rate adjustment. only really
useful for video(4) devices, to see the difference between the frame
rate the device generates and what it says it's configured for ...
many devices don't generate the rate they are configured if they
aren't getting enough light ...
* poll(2) input with INFTIM instead of 0 timeout, and handle the poll(2)
call being interrupted by the frame timer.
* only use usleep(3) to wait for frames if the input is a file, and
in that case, sleep for a full frame interval or until interrupted
by the frame timer.
* update the manual to describe the new -R option, that -r now sets
video(4) frame rate, and that at least one -v will display supported
properties of the hardware.
|
|
ok jakemsr@, jmc@
|
|
|
|
|
|
|
|
|
|
figure out what encoding to use, based on what the hardware supports.
still uses yuy2 by default if the hardware supports it.
|
|
libraries
|
|
found by mandoc -Tlint
|
|
also from Martin Pieuchot, thanks!
|
|
on static archs
from todd@
|
|
|
|
|
|
improve usage()'s output; better indentation in usage() function.
ok jakemsr@
|
|
the frame sizes array.
reported/tested mglocker
|
|
|
|
images from a video(4) device
ok matthieu, todd; prodding from deraadt
|