|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bruxton.sidx.ExposureTime
public class ExposureTime
Represent exposure time setting for the camera.
Each instance of Camera can own one object of the class. The user of SIDX
should not create the object directly. It should be obtained by using
getExposure function of Camera object.
| Method Summary | |
|---|---|
double |
getMaximum()
Obtain the maximum limit for the exposure duration. |
double |
getMinimum()
Obtain the minimum limit for the exposure duration. |
double |
getResolution()
Obtain the minimum exposure increment step in seconds. |
void |
set(double exposure)
Set the exposure duration. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void set(double exposure)
throws Exception
exposure - the exposure duration to set in seconds.
Exception
public double getMinimum()
throws Exception
Exception
public double getMaximum()
throws Exception
Exception
public double getResolution()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||