ssl-vision-cli

command
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

README

ssl-vision-cli

The ssl-vision-cli listens for ssl-vision messages and prints them to the console as JSON.

The output can be processed in Bash with jq, for example:

# Print t_capture only
ssl-vision-cli -noGeometry | jq '.t_capture'

# Print t_capture with ball position in csv format
ssl-vision-cli -noGeometry | jq -r '[.t_capture, .balls[0].x, .balls[0].y] | @csv'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL