|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CameraDslrGainCapabilities
Object representing the gain capabilities for DSLR cameras.
Method Summary | |
---|---|
List<String> |
getGains()
Returns the all gains supported by the camera. |
Method Detail |
---|
List<String> getGains()
getGains provides a 0-based array of available gain settings. This is often used to specify ISO settings for DSLR
cameras. Typically the application software will display the available gain settings in a drop list. The
application will then supply the selected index to the driver via the
CameraOrbProcess.setGain(long,
short)
method.
The CameraOrbProcess.setGain(long,
short)
method may alternatively be called using integer values; Please see
CameraAdjustableGainCapabilities
for more information.
It is recommended that this function be called only after a connection is established with the camera hardware, to ensure that the driver is aware of the capabilities of the specific camera model.
NotConnectedException
- Must throw an exception if the information is not available (Some drivers may
require an active connection in order to retrieve necessary information from the camera).
PropertyNotImplementedException
- Must throw an exception if getGains is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |