‎10-13-2006 05:13 AM
‎10-16-2006 07:46 AM
I do not know what difference can LV8 make relative to LV7, but all my Basler 102f cameras work as expected under LV7.1 and IMAQ1394 v2.0.1 (on the target machine they run under IMAQ1394 v2.0.2). I can control Shutter all the way up to 4095 with no problems. Depending on the acquisition mode, the actual frame rate may go down if Shutter is set too high. For example, in 1280x960 Mono 8 (15 fps) mode setting Shutter to 4095 reduces frame rate from 15fps to 12fps.
On the side note it's worth to note that Shutter units (like 4095) are just digital numbers and not milliseconds. Conversion to actual msec is specific to particular camera model. In any case shutter time can not be longer that frame duration, which for 15fps is T1=1/15=66.7 msec and for 7.5fps is T2=1/7.5=133.3msec
Hope this helps.
‎10-17-2006 03:12 AM
‎10-17-2006 07:36 AM
‎10-17-2006 08:33 AM
Hi Dominic,
If there is no need for actual video in your application, I would investigate using SNAP instead of GRAB to acquire images. Probably in Snap mode camera allows more freedom in Shutter setting since there is no FPS restrictions imposed by Video Mode.
I am not familiar with setting shutter time base to 1 ms thru camera register but if it really works the explanation of your camera behaviour may be as follows (I am speculating here):
On start-up and during Init.vi call camera reads data from its registers including shutter time base. If you change register value to 1 msec after Init, camera is un-aware of the change and continue to use old value. This is easy to check, because if my guess if correct than after setting Shutter to 4095 in Mono16 (7.5fps) mode camera shall continue to run at (or close to) 7.5fps. Video at 7.5fps is fast enough to be easy distinguished from video at 0.25fps = 1 / 4095 msec. What was the camera video rate during your first run - still 7.5fps or 0.25fps?
Once you stop the camera and start it again, camera actually reads 1 msec value from the shutter time base register. However, maximun shutter speed in Mono16 (7.5fps) video mode is 133.3msec = 1 /7.5 that's why Shutter Attribute value is cut-off by camera at 133 digits. It is not clear what happens to value in shutter time base register when you turn off your camera and turn it on later. Depending on particular camera the register may keep its new value or it may re-initialize to its default.
Viktor
‎11-23-2006 05:44 AM