Clear Filters
Clear Filters

How can I insert live video of raspberry pi camera into a MATLAB GUI using Image Acquisition Toolbox ?

1 view (last 30 days)
I am making a Graphical User Interface, and I would like to insert live video from my raspberry pi camera which is connected to the raspberry pi 3 into an axis in my GUI using Image Acquisition Toolbox. Essentially, I would like to have the functionality of the PREVIEW function within my GUI.I had already installed the all necessary packages of hardware require for it .

Answers (1)

Walter Roberson
Walter Roberson on 8 Jan 2018
Live video is done by repeatedly doing snapshot() and displaying the image.
  13 Comments
Walter Roberson
Walter Roberson on 9 Jan 2018
I posted the link to the information you need, and I told you which routines you need to call. You need to do some of the work yourself.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!