Connect Genie and Gige cameras' IP to Matlab

B
Beñat Estala · Jan 11, 2022 · 2K views
Question
Hi,   I would like to connect those cameras with Matlab, using for that their IP adress, to display their live video. Is there any way in Matlab R2018a?   Thanks for your help!
Expert Answer
Profile picture of Neeta Dsouza
Neeta Dsouza PhD Expert
Answered Aug 25, 2026

You can find the list of gige cameras discovered by MATLAB using the command below

 

gigecamlist

Now you can connect to the gige camera you want to connect to from the list by using the IP address as shown below:

g = gigecam('169.254.242.122')       % Create a gigecam object using the IP address

To view the live video stream, use the preview function passing the above object.

preview(g)

The preview window displays live video stream from your camera. The preview dynamically updates, so if you change a property while previewing, the image changes to reflect the property change.

100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!