Copyright © 2016 Lintest Systems, LLC – All rights reserved 09/17/2016
PiVideo Control Software
The PiVideo software may be used to control the PiCapture processor. Some of the functions provided by this
software include:
-
Automatic or manual video source selection
-
Optional on-screen source indication
-
Test mode control, including B&W modes, solid color, and color pattern display
-
A firmware update utility
By default, the PiVideo software communicates with the PiCapture processor using the Raspberry Pi i2c port 1.
If you are using this port for other applications, jumpers may be used to select either i2c port 0 or the serial port
as an alternative. The default I2C address is 0x40, and the PiCapture can operate with other I2C slave devices
attached to the port. The serial port is required to perform software updates.
PiVideo Commands
There are several arguments for the command line software:
Argument
Possible values
Description
--port, -p
I2c1
, i2c0, serial
Specify the communications port selected by jumpers
--verbose, -v
Show detailed messages
--query, -q
Query the status of the video processor
--source, -s
auto
, video1, video2, video3,
svideo, component
Set the video source input. In auto mode, PiCapture will
search for video on video1..3
--update, -u
[filename]
Update the PiCapture software. The serial communications
port must be used
--force, -force
Used with –update to force update using downlevel
PiCapture software
--effect, -e
none
, bw, colors, nomsg
bw forces black and white video
colors shows a fixed display
nomsg suppresses source messages in auto source mode
--led, -l
normal
, min, off
min shows only the status LEDs
off turns off all LEDs
--config, -c
none,
save, restore, reset
save writes the current settings to eeprom as new defaults
restore reloads the saved settings
reset clears saved settings; defaults will be used
--address, -a
Used to specify the I2C address or the serial port device
used for communication. Default for serial is /dev/serial0
Example use:
pivideo –q
Query the status of the video processor
pivideo –q –v
Query the status, with additional information including the serial number
pivideo –p serial –s svideo
Select the S-Video source, using serial communications