CMOS camera hardware trigger, Invalid_handle
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi guys
I'm trying to use hardware trigger feature of thprlabs CMOS camera with this code:
NET.addAssembly('C:\Program Files\Thorlabs\Scientific Imaging\ThorCam\uc480DotNet.dll')
cam = uc480.Camera;
cam.Init(0);
cam.Trigger.Burst.Set(10)
ans = 
INVALID_HANDLE
where 'Trigger' is a property of 'uc480.Camera' and 'Burst' is a property of 'Trigger'.
Would you help me to find out what the problem is?
Thank you so much
Shabnam
0 件のコメント
回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Camera Calibration についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
