Uses of Class
de.pco.camera.ConfigurationParameter
| Package | Description |
|---|---|
| de.pco.camera |
-
Uses of ConfigurationParameter in de.pco.camera
Methods in de.pco.camera that return ConfigurationParameter Modifier and Type Method Description static ConfigurationParameterConfigurationParameter. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationParameter[]ConfigurationParameter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.camera that return types with arguments of type ConfigurationParameter Modifier and Type Method Description Map<ConfigurationParameter,Object>Camera. getConfiguration()Gets the current configuration list for the camera.Methods in de.pco.camera with parameters of type ConfigurationParameter Modifier and Type Method Description voidCamera. setConfiguration(ConfigurationParameter param, Object value)Sets a particular configuration parameter for the camera.Method parameters in de.pco.camera with type arguments of type ConfigurationParameter Modifier and Type Method Description voidCamera. setConfiguration(Map<ConfigurationParameter,Object> conf)Sets the camera a required number of configuration parameters by means of a Map.