mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
* 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)
40 lines
887 B
Plaintext
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.
|
|
|