public interface CameraServerShared
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getRobotMainThreadId()
get the main thread id func.
|
void |
reportAxisCamera(int id)
Report an axis camera usage.
|
void |
reportDriverStationError(java.lang.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.
|
java.lang.Long getRobotMainThreadId()
void reportDriverStationError(java.lang.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