robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

CameraServer uses cast instead of enum value for CV source #108

Closed ThadHouse closed 7 years ago

ThadHouse commented 7 years ago

Enum was wrong in CameraServer project, waiting for some more upstream changes there before pushing a new version. Fix this when a new version has been uploaded.

ThadHouse commented 7 years ago

Fixed