mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
@@ -169,7 +169,8 @@ public class Main {
|
||||
"Starting PhotonVision version "
|
||||
+ PhotonVersion.versionString
|
||||
+ " on "
|
||||
+ Platform.CurrentPlatform.toString());
|
||||
+ Platform.currentPlatform.toString()
|
||||
+ (Platform.isRaspberryPi() ? (" (Pi " + Platform.currentPiVersion.name() + ")") : ""));
|
||||
|
||||
try {
|
||||
CameraServerCvJNI.forceLoad();
|
||||
|
||||
Reference in New Issue
Block a user