Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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 .

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de En. de 2018
Live video is done by repeatedly doing snapshot() and displaying the image.
  13 comentarios
Walter Roberson
Walter Roberson el 9 de En. de 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.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by