Uses of Enum Class
net.algart.executors.modules.opencv.matrices.io.ReadMatFromCamera.ApiPreference
Packages that use ReadMatFromCamera.ApiPreference
-
Uses of ReadMatFromCamera.ApiPreference in net.algart.executors.modules.opencv.matrices.io
Methods in net.algart.executors.modules.opencv.matrices.io that return ReadMatFromCamera.ApiPreferenceModifier and TypeMethodDescriptionReadMatFromCamera.getApiPreference()Returns the enum constant of this class with the specified name.static ReadMatFromCamera.ApiPreference[]ReadMatFromCamera.ApiPreference.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.opencv.matrices.io with parameters of type ReadMatFromCamera.ApiPreferenceModifier and TypeMethodDescriptionReadMatFromCamera.setApiPreference(ReadMatFromCamera.ApiPreference apiPreference) Constructors in net.algart.executors.modules.opencv.matrices.io with parameters of type ReadMatFromCamera.ApiPreferenceModifierConstructorDescriptionCamera(int cameraIndex, ReadMatFromCamera.ApiPreference apiPreference)