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!