acanicio
March 9, 2008, 11:37:25
Hello,
When I call the ICImagingControl.ShowDeviceSettingsDIalog to show the dialog box of a 21AU04 (USB model) camera, it crashes.
It works perfectly with the 31AF03 (Firewire model) Camera.
Is there any specific issue with the USB models ? Do I have to update my version of ICImagingControl (currently using version 3.0) ?
My procedure is simple :
procedure TFRM_CamPropertyDlg.BTN_TIS_DialogClick(Sender: TObject);
begin
ICImagingControl.LiveStop;
ICImagingControl.ShowDeviceSettingsDialog;
ICImagingControl.LiveStart;
end;
Thank you
Sincerely
Axel
When I call the ICImagingControl.ShowDeviceSettingsDIalog to show the dialog box of a 21AU04 (USB model) camera, it crashes.
It works perfectly with the 31AF03 (Firewire model) Camera.
Is there any specific issue with the USB models ? Do I have to update my version of ICImagingControl (currently using version 3.0) ?
My procedure is simple :
procedure TFRM_CamPropertyDlg.BTN_TIS_DialogClick(Sender: TObject);
begin
ICImagingControl.LiveStop;
ICImagingControl.ShowDeviceSettingsDialog;
ICImagingControl.LiveStart;
end;
Thank you
Sincerely
Axel