필터 지우기
필터 지우기

How to preview "processed​/field-cor​rected" camera feed live / efficiently?

조회 수: 2 (최근 30일)
Eric Ng
Eric Ng 2024년 3월 29일
편집: Eric Ng 2024년 3월 29일
Any suggestion how to preview a camera input efficiently after processing the camera data? The "preview function" currently only works witht the following. If one has to correct the camera feed before displaying, can we still use preview function? or better alternative?
says, I would like to correct video stream on the fly like the following:
stream=getsnapshot(app.CamVid); and display this "stream./[matrix of calibration]" live!
  댓글 수: 1
Eric Ng
Eric Ng 2024년 3월 29일
편집: Eric Ng 2024년 3월 29일
My current approach is using self-define-computePlot function, which is still slightly slower than preview function which is directly showing the video live. Any better suggestion?
hImage = imagesc(app.UIAxes, getsnapshot(app.CamVid));
set(app.CamVid, 'TimerFcn', {@SelfDefine-computePlotFunc, hImage}, 'TimerPeriod', 0.2,'FramesPerTrigger',Inf);
start(app.CamVid);

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by