sim.handleVisionSensorHandles (performs sensing, etc. of) a vision sensor object. It (1) clear previous computed image processing data, (2) reads an image and (3) performs image processing via the vision callback functions (if the vision sensor is using an external input only (1) is performed) Synopsisint detectionCount, list packet1, list packet2, etc. = sim.handleVisionSensor(int visionSensorHandle)
int detectionCount, float[] packet1, float[] packet2, etc. = sim.handleVisionSensor(int visionSensorHandle)
Arguments
Return values
|