Package edu.wpi.first.cameraserver
Class CameraServerSharedStore
- java.lang.Object
-
- edu.wpi.first.cameraserver.CameraServerSharedStore
-
public final class CameraServerSharedStore extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CameraServerShared
getCameraServerShared()
Get the CameraServerShared object.static void
setCameraServerShared(CameraServerShared shared)
Set the CameraServerShared object.
-
-
-
Method Detail
-
getCameraServerShared
public static CameraServerShared getCameraServerShared()
Get the CameraServerShared object.- Returns:
- The CameraServerSharedObject
-
setCameraServerShared
public static void setCameraServerShared(CameraServerShared shared)
Set the CameraServerShared object.- Parameters:
shared
- The CameraServerShared object.
-
-