public interface CameraServerShared
Modifier and Type | Method and Description |
---|---|
Long |
getRobotMainThreadId()
get the main thread id func.
|
void |
reportAxisCamera(int id)
Report an axis camera usage.
|
void |
reportDriverStationError(String error)
Report an error to the driver station.
|
void |
reportUsbCamera(int id)
Report a usb camera usage.
|
void |
reportVideoServer(int id)
Report an video server usage.
|
Long getRobotMainThreadId()
void reportDriverStationError(String error)
error
- the error to setvoid reportVideoServer(int id)
id
- the usage idvoid reportUsbCamera(int id)
id
- the usage idvoid reportAxisCamera(int id)
id
- the usage id