Annotation Type Pipeline


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Pipeline
    Annotation used to register pipelines. To declare a pipeline, but not have it be run see Disabled.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int camera
      Camera the pipeline wants to run on.
    • Element Detail

      • camera

        int camera
        Camera the pipeline wants to run on.
        Returns:
        The camera port as an int
        Default:
        0