|
|
|
||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
|
|
![]()
This document provides additional information about the HALCON interface HFGLeutron.dll (or HFGLeutron.so, respectively) for the Leutron PicPort, PicPortPro, and PicProdigy frame grabber boards. Registered customers can download the latest revision of this interface from the Support Area of the Leutron WWW server. Details of acquisition mode This mode is enabled via the HALCON operator set_framegrabber_param (FGHandle, 'acquisition_mode', 'async_reset'). General description    Additional parameters    HALCON example    Example for camera settings    Camera types General description This acquisition mode is mainly used for fast moving objects and its behavior can be compared with a traditional consumer camera. At any time (asynchron) the user may trigger (event) a snap shot with a preset exposure time (shutter). The flash light trigger is optional but can be enabled if necessary. ![]() On an event (either from extern or by software) the light sensitive area is illuminated until the aperture has closed (shutter period done) again. After this, the camera starts reading out the image data on the video output. ![]() The described acquisition
mode is not a standard video timing. Each camera type needs its own set
of control signals on different Hirose pins. Further on the appropriate
switch setting and additional modifications may be needed. For details
please refer to the program camera editor or to the LV-SDS manual of
Leutron Vision, chapter Camera selection guide for asynchronous reset.
![]() HALCON example HALCON code example for asynchronous reset acquisition mode and external triggering together with a camera Sony XC7500 (remark: the camera has to be modified in order to guarantee single Hirose cable operation).
dev_close_window ()
dev_open_window (0, 0, 640, 480, 'black', WindowHandle)
close_all_framegrabbers ()
open_framegrabber ('Leutron', 1, 1, 0, 0, 0, 0, 'default', 8, 'default', -1, 'true', 'Sony_XC7500_2I', 'Picport Stereo H4-D:1', 1, 1, FGHandle)
set_framegrabber_param (FGHandle, 'acquisition_mode', 'async_reset:ShutterType Mode_3:AR_ShutterTime 1000:AR_FlashEnable 1:AR_CamRstDelay 1')
get_framegrabber_param (FGHandle, 'acquisition_mode', ac_mode_string)
while (1)
dev_set_window (WindowHandle)
grab_image (Image, FGHandle)
dev_display (Image)
endwhile
close_framegrabber (FGHandle)
Example for camera settings Example of switch settings and camera modifications for SonyXC-7500/8500 used with ![]() Camera types When this description was written, the following camera types were available for asynchronous reset when connected over a Hirose cable to a PicPort Mono/Stereo board: Leutron Vision Leutron_LV75_Slave Leutron_LV75ext_Slave Leutron_LV75ni_Slave Leutron_LV75niext_Slave Leutron_LV75ni2_Slave Leutron_LV75ni2ext_Slave Leutron_LV1000_Slave Leutron_LV7500ni_Slave Leutron_LV7500ni_PS_Slave Leutron_LV7500_Slave Leutron_LV7500_PS_Slave Leutron_LV8500ni_Slave Leutron_LV8500ni_PS_Slave Leutron_LV8500_Slave Leutron_LV8500_PS_Slave Hitachi Hitachi_KPF3 Hitachi_KPF3_Slave Hitachi_KPF3ni Hitachi_KPF3ni_Slave Hitachi_KPF110_88 Hitachi_KPF110_10 Hitachi_KPF100 Hitachi_KPF100_Slave Hitachi_KPF100_8 Hitachi_KPF100_10 JAI
JAI_M50E_Slave JAI_M50Eni2_Slave JAI_M1_Slave JAI_M10E_Slave JAI_M10Eni_Slave JAI_M10Cni_Slave JAI_M10C_Slave NEC
NEC_TI400Ani_Slave NEC_TI400A_Slave NEC_TI400Ani60_Slave NEC_TI1250A_Slave Sony
Sony_XC55_1N_Slave Sony_XC8500_2I Sony_XC7500_2I Teli
Teli_CS3910_10 Teli_CS3910ds_10 Teli_CS3910 Teli_CS3910ds Teli_CS8530ni_Slave Teli_CS853001ni_Slave Teli_CS3700SC_AR Teli_CS3700SC Toshiba
Toshiba_IK542_30N_Slave Toshiba_IK542_60N_Slave |
||||||||||||||||||||||||