Files
UltraGrid/quad/doc/examples.txt
Martin Pulec 0a57fc4faf Quad - bugfixes
* format is now entered as a parameter string (-g <mode>)
 * expect currently buffers as big as needed (exactly one frame)
   TODO: revide if isn't possible to read whole buffer at once
   (ideally the memmapped one, and extract frames by hand)
 * now it is needed to set /sys/class/sdivideo/sdivideorxX/bufsize
 * bump to new driver (2.7.2)
2011-05-31 15:47:22 +02:00

40 lines
887 B
Plaintext

The example programs in the Examples directory are described below.
Mastercfg
---------
NAME
mastercfg - configure a Linear Systems Ltd. digital television board
SYNOPSIS
mastercfg [OPTION]... DRIVER BOARD_ID
DESCRIPTION
Mastercfg uses the sysfs virtual filesystem
to configure certain parameters of device BOARD_ID
handled by DRIVER. If no options are given,
mastercfg displays the current configuration of the device.
OPTIONS
-b BYPASS
Set the bypass mode to BYPASS.
Possible values are
0 (bypass)
1 (normal)
2 (enable and reset the watchdog timer)
-g BLACKBURST
Set the black burst type to BLACKBURST.
Possible values are
0 (NTSC)
1 (PAL)
-h
Display a help message and quit.
-o OUTPUT
Set the general purpose output value to OUTPUT.
-t TIMEOUT
Set the watchdog timeout to TIMEOUT milliseconds.
-V
Display the version information and quit.