Hi everyone,
I have been using this software in lab for in-the-loop capture and processing of data.
The DDC1545 camera I am using has up to 100fps capture, which I intend to make use of. However, I have a problem with this software. In the acquire function it makes a call with the line:
while self.query("is_FreezeVideo", self._camID, IS_WAIT) != IS_SUCCESS:
The call to is_FreezeVideo takes longer than the waiting time for a frame, as defined by get_exposure. In fact, when I have a frame rate of 30fps it will still take 140ms for this query to complete. I was wondering if there was a way to speed this up?
Thank you