Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Can anyone please help me to do video processing using a real time video?

조회 수: 1 (최근 30일)
SID
SID 2018년 4월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
I have seen video tutorials of devices capturing video in real time and performing video processing in MATLAB and it inspired me to make a device using raspberry pi, but it is really difficult to capture real time video and process it at the same time. Can anyone please help me out. Thanks in advance:)

답변 (1개)

Florian Morsch
Florian Morsch 2018년 4월 17일

You can never achieve realtime, but you can get to pretty low times ( like 30ms or so), depending on what you want to do.

So what exacly do you want to do? You can check the Computer Vision System Toolbox ( this one here ) description for some nice examples how to work with videostreams and change them, e. g. detecting and tracking a face in a live video feed.

The more you want to process, the higher your computing time gets.

Community Treasure Hunt

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

Start Hunting!

Translated by