Re: [micro-manager-general] About GigE camera with micro-manager
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <ni...@cm...> - 2012-03-13 01:13:42
|
On Mar 12, 2012, at 2:14 PM, Yu Liu wrote: > Following up on my previous post, I found that mmc.setExposure() (in script > panel) doesn't change the exposure, as expected. In fact, there is no > Exposure property in Device/Property Browser. Not being familiar with the GigE camera adapter (please contact its author for support), I had a look at the source as well. The code looks for properties EXPOSURE_TIME, EXPOSURE_TIME_ABS, and EXPOSURE_TIME_ABS_INT. If the camera has an of those, the code will present an exposure property. Most likely, your camera does not have such a property. You may want to contact the manufacturer of the camera for support. Best, Nico |