Documentation of 'boofcv.io.MediaManager' Java class
MediaManager
boofcv.io

Interface MediaManager

  • All Known Implementing Classes:
    DefaultMediaManager


    public interface MediaManager
    Abstract interface for accessing files, images, and videos. Intended to help handle regular applications and applets
    • Method Detail

      • openFile

        java.io.Reader openFile(java.lang.String fileName)
      • openImage

        java.awt.image.BufferedImage openImage(java.lang.String fileName)
      • openCamera

        <T extends ImageBaseSimpleImageSequence<T> openCamera(java.lang.String device,
                                                                int width,
                                                                int height,
                                                                ImageType<T> imageType)
        Opens the specified webcam.
        Parameters:
        device - Reference to the webcam device. null if you just want to open the default
        width - requested image width. Default resolution is any value less than 0
        height - requested image height. Default resolution is any value less than 0
        imageType - Type of input image
        Returns:
        The image sequence.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.