Search found 3 matches

by SkySurfer1
17 May 2019, 09:05
Forum: General questions
Topic: Synchronize with external ImageSensor
Replies: 4
Views: 1661

Re: Synchronize with external ImageSensor

Thx that fixed the issue.
Maybe I missed that in the documentation.
Otherwise a little hint in the API of handleVisionSensor or setVisionSensorImage would be great.
by SkySurfer1
09 May 2019, 13:33
Forum: General questions
Topic: Synchronize with external ImageSensor
Replies: 4
Views: 1661

Re: Synchronize with external ImageSensor

Attached https://mega.nz/#!5Lwz0ALa!7X-a96tG3tKX ... JcD1deV0UM there is a scene and an python script to trigger it external.
The scene is modified in the manner described above.

Load the scene and run the script.
by SkySurfer1
07 May 2019, 15:15
Forum: General questions
Topic: Synchronize with external ImageSensor
Replies: 4
Views: 1661

Synchronize with external ImageSensor

Hi, I use the remote API to modify the output of an VisionSensor externally and pass it back to a second VisionSensor which is set to externally triggered. What I try now is to compare the blob detection rate between the original (gt) and the modified image. The setup is like this: -+ BlobDetectionC...