|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CameraAdjustableGainCapabilities
Object representing the gain capabilities of a camera with a min and max integer value which specify a valid range.
Method Summary | |
---|---|
short |
getGainMax()
Returns the maximum gain value supported by the camera. |
short |
getGainMin()
Returns the minimum gain value supported by the camera. |
Method Detail |
---|
short getGainMin()
When specifying the gain setting with an integer value, getGainMin is used in conjunction with
getGainMax()
to specify the range of valid settings.
getGainMax()
shall be greater than getGainMin. If either is available, then both must be available.
Please see CameraOrbProcess.setGain(long, short)
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 getGainMin is not supported.short getGainMax()
When specifying the gain setting with an integer value, getGainMax is used in conjunction with
getGainMin()
to specify the range of valid settings.
getGainMax shall be greater than getGainMin()
. If either is available, then both must be available.
Please see CameraOrbProcess.setGain(long, short)
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 getGainMax is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |