zivid / zivid-matlab-samples

MATLAB code samples for Zivid
https://zivid.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Create Capture Tutorial #6

Closed SatjaSivcev closed 4 years ago

SatjaSivcev commented 4 years ago

To be done after PR https://github.com/zivid/matlab-samples/pull/5 is merged

SatjaSivcev commented 4 years ago

Note: If you 'clear' before disconnecting from the camera, you will have to restart Matlab to be able to connect to the camera again.

Note: It is not possible to run the Zivid visualizer repeatedly in Matlab. You have to restart Matlab to call the visualizer again.;

Note: The following implmentation is due to limitations in Matlab support of .NET nested classes. Link to limitations: suggestSettingsParameters = Zivid.NET.('CaptureAssistant+SuggestSettingsParameters')(Zivid.NET.Duration.FromMilliseconds(1200),Zivid.NET.('CaptureAssistant+AmbientLightFrequency.none'));