Package org.hyperonline.hyperlib.vision
Class VisionModule
- java.lang.Object
-
- org.hyperonline.hyperlib.vision.VisionModule
-
public class VisionModule extends java.lang.Object
AVisionModule
consists of a camera, thread, output stream, and potentially multiple pipelines. Each pipeline reads from the camera, and writes any overlays onto the output image. Each pipeline is responsible for managing its own result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VisionModule.Builder
Builder class for aVisionModule
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
Start the vision thread running.
-