フィルターのクリア

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