Class VisionModule


  • public class VisionModule
    extends java.lang.Object
    A VisionModule 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()
      Start the vision thread running.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • start

        public void start()
        Start the vision thread running.