필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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 .

답변 (1개)

Walter Roberson
Walter Roberson 2018년 1월 8일
Live video is done by repeatedly doing snapshot() and displaying the image.
  댓글 수: 13
Vikesh Kumavat
Vikesh Kumavat 2018년 1월 9일
Just press the record video button of gui you will get idea what is the error
Walter Roberson
Walter Roberson 2018년 1월 9일
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.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by