Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevnels/holo
Image and media display for WPILib Shuffleboard
https://github.com/trevnels/holo
Last synced: 6 days ago
JSON representation
Image and media display for WPILib Shuffleboard
- Host: GitHub
- URL: https://github.com/trevnels/holo
- Owner: trevnels
- Created: 2020-02-20T21:06:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T00:47:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T08:27:03.836Z (22 days ago)
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# holo
[![GitHub version](https://badge.fury.io/gh/trevnels%2Fholo.svg)](https://badge.fury.io/gh/trevnels%2Fholo)
Image and media display for WPILib Shuffleboard
![Example](https://i.imgur.com/pX6iWqo.png)
### Installation:
See [Releases](https://github.com/trevnels/holo/releases) for installation instructions### Usage:
- Publish an absolute path to a file located on the driver station to NetworkTables (as a string) from your robot code
- Add it to a dashboard tab
- Set its Shuffleboard widget type to "Image View" (for images) or "Media View" (for audio/video) manually or programatically
- Profit!A few notes:
- Some formats (i.e. mp4) will not work on Linux without an older version of ffmpeg.
- GIFs will play and loop in the Image View widget
- You can pass audio files to a Media View, and they will play on repeat, though the widget will appear blank. WAV tends to work best.