anqixu / ueye_cam

A ROS nodelet and node that wraps the driver API for UEye cameras by IDS Imaging Development Systems GMBH.
Other
60 stars 102 forks source link

IS_TIMED_OUT external trigger #26

Closed Chris-Bee closed 8 years ago

Chris-Bee commented 8 years ago

Hello,

I guess this is related to issue #6 The scenario is that I implement a service that sends some information to the camera node and runs the image grep loop till I have one image. I trigger the camera externally and call this service. In this case it needs to check for an image at leased 3 times, with an timeout of 2000ms to get an image. If I minimize the timeout to 40ms I still need to run "get image" around 3 times and I get the image earlier cause of the smaller timeout. Also, I do not trigger again during the image readout.

This tells me that the driver is not really checking for images "during" the timeout.

mimicax commented 8 years ago

I'm quite confused by your write-up:

Suggestions: