ActiveX, Camera uEye
Show older comments
Hello, i have uEye cam and i need control the camera by ActiveX interface in matlab.
code:
actxcontrollist
h=actxcontrol('UEYECAM.uEyeCamCtrl.1','position',[20 20 640 512]);
methods(h)
d=h.InitCamera(1)
But matlab show error dialog: ERROR while calling error function. Propably not initialized.
Please help me. Thanks
1 Comment
Adam Wyatt
on 4 Jun 2015
Accepted Answer
More Answers (1)
Wolfgang
on 4 Aug 2014
0 votes
Hi Jirka, did you manage to control the camera? I'm having similar problems at the moment... Thank you for your help!
Categories
Find more on MATLAB Support Package for USB Webcams in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!