2026.0.0 - PhotonVisionLabVIEW FRC 2026 - Initial release
Description
This is a LabVIEW implementation of PhotonVision Lib for the First FRC Robot Competition. This library implements almost all of the C++/Java PhotonVision library for LabVIEW users. This is a native port.
This version has been tested with the 2026.0.0 released version of PhotonVision (on a raspberry PI)
NOTE: This version contains a "Time Sync Server". This VI should be placed alone (not in a loop) in Periodic Tasks.
NOTE: Additional testing needs to be done on this release. If you have an issue, please report it on github.
Installation
Prerequisites:
- The WPILib LabVIEW Math library 2026.0 (or newer) is required by this release. The library can be found here.
https://github.com/jsimpso81/WPILibMathLabVIEW/releases/latest
To install:
- Download the "photonvisionlib-lv2025_2026.0.*_windows_all.nipkg" install file (The * is replaced with the library version number.)
- Double click the "photonvisionlib-lv2025_2026.0.*_windows_all.nipkg" file. (Administrator permissions are required to install) Previous versions will be upgraded.
Optionally to install the function examples (highly suggested):
- Download the "photonvisionlibexamples_2026.0.*.zip" file (The * is replaced with the library version number.)
- Create a new directory for the examples.
- Unzip the file to this new directory.
Removal
To uninstall:
- Open NI Package Manager. Select the package(s), then select uninstall.
What's New and Changed
- Added the Frame Per Second functions to PhotonCamera.
Complete Change Log
Full Changelog: 2025.1.1...2026.0.0
Change log for previous releases.
Known Bugs
- None
Other Notes
Please report issues using github. I'll try to handle them in a timely manner (no promises however). Suggestions, and enhancements are always welcome.