gentec-eo-BEAMAGE-3.0-MATLAB

gentec-eo BEAMAGE-3.0 MATLAB usage
10 Downloads
Updated 24 May 2022
# Datacosmos

gentec-eo BEAMAGE-3.0 MATLAB usage


---------------------- MATLAB CODE for using ------------------

%% Define Object
beamage3 = BSDK_functions;
%View Methodes
methods(beamage3);

%% initiate CAM
beamage3.initiateCAM;

%% Start Image Acquisition
beamage3.Start;

%% Capture Image
image1 = beamage3.grap_image; %#ok<NASGU>
%or
beamage3.grap_image;
image1 = beamage3.image_si;
%display image
image(image1);

%% Change Exposure Time
beamage3.set_autoexptime(false);
beamage3.set_exptime(45);

%Capture and display image
image1 = beamage3.grap_image;
image(image1);

%% Stop Image Acquisition
beamage3.Stop;

%% Disconnect CAM
beamage3.Disconnect;

Cite As

Sven Nießner (2024). gentec-eo-BEAMAGE-3.0-MATLAB (https://github.com/re-avy/gentec-eo-BEAMAGE-3.0-MATLAB), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with R2018a to R2022a
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.