|
BowlerKernel
|


Public Member Functions | |
| ImageReader (int cam) | |
| void | run () |
| boolean | isDone () |
Private Attributes | |
| boolean | done =false |
The Class ImageReader.
Definition at line 124 of file BowlerCamDevice.java.
| com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.ImageReader | ( | int | cam | ) |
Instantiates a new image reader.
| cam | the cam |
Definition at line 137 of file BowlerCamDevice.java.
| boolean com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.isDone | ( | ) |
Checks if is done.
Definition at line 158 of file BowlerCamDevice.java.
References com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.done.
Referenced by com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.getHighSpeedImage().
| void com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.run | ( | ) |
Definition at line 144 of file BowlerCamDevice.java.
References com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.done, com.neuronrobotics.sdk.common.Log.error(), com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.images, and com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.urls.

|
private |
The done.
Definition at line 130 of file BowlerCamDevice.java.
Referenced by com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.isDone(), and com.neuronrobotics.sdk.bowlercam.device.BowlerCamDevice.ImageReader.run().