Activity
From 02/03/2012 to 03/03/2012
02/13/2012
- MW 11:25 AM Support: RE: USB driver not responsive after camera is disconnected during acqusition
- It's in the queue, but not being worked at this very moment. Haven't seen this behavior before here (and I'm sure we've unplugged the camera "hot"), so we'll need to first reproduce it.
-Mike
- AC 10:57 AM Support: RE: USB driver not responsive after camera is disconnected during acqusition
- Hi, just wondering if someone is taking a look into this issue?
02/08/2012
- AC 10:57 PM Support: RE: USB driver not responsive after camera is disconnected during acqusition
- By disconnecting, I mean it is physically disconnected from the computer. The solution thus far has been to go into device manager, uninstall the driver, and re-plugging the device into the computer.
- Customer reports the following issue: If the MityCCD_I51100F is connected to the MityCCD Viewer and then it's disconnected in a middle of an acquisition, the driver becomes non-responsive and requires a driver reinstall from the device ...
- OR 09:58 PM Support: RE: Application does not receive callback from hardware trigger input
- It's best to avoid making calls to camera DLL functions from within the callback routine. The best approach is to setting a flag in the callback routine which gets checked (and processed) in a different thread.
02/03/2012
- GS 04:40 PM Support: RE: Application does not receive callback from hardware trigger input
- Following up with some code that may be useful to others. The image callback works with this code using GPIO line 1. The change from the above code was to make sure the BINCODE_SEND flag was set appropriately.
Note that this code will c... - GS 10:30 AM Support: RE: Application does not receive callback from hardware trigger input
- The following line: r = CLReadCCDArea(c, NULL, 0, 0); // results in many callbacks
causes many callback with image data but they aren't tied to the hardware trigger. It looks like using a 0 for the number of images causes it to free-run...