Class GstreamerCamera

    • Constructor Detail

      • GstreamerCamera

        public GstreamerCamera()
    • Method Detail

      • hasNewFrame

        public boolean hasNewFrame()
        Specified by:
        hasNewFrame in interface Camera
        Overrides:
        hasNewFrame in class ReferenceCamera
        Returns:
        True if the Camera device has a new frame available (since the last one was captured).
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class AbstractBroadcastingCamera
        Throws:
        java.io.IOException
      • getGstPipeline

        public java.lang.String getGstPipeline()
      • setGstPipeline

        public void setGstPipeline​(java.lang.String newPipeString)
      • getConfigurationWizard

        public Wizard getConfigurationWizard()
        Description copied from interface: WizardConfigurable
        Gets a Wizard that can be used to configure this object.
        Returns:
      • getPropertySheetHolderTitle

        public java.lang.String getPropertySheetHolderTitle()