Recording video while simultaneously running other functions in background

조회 수: 3 (최근 30일)
Anthony
Anthony 2020년 3월 9일
답변: Sai Bhargav Avula 2020년 3월 23일
I am running a script that tells a robot to move and records data from the robot. I am looking to implement a video record function that does not interupt my existing code where I can automatically strart recording video of the robot experiment just before the experiment and end the recording just as the experiment ends.
Any suggestions that don't interfere with my current code too drastically?

답변 (1개)

Sai Bhargav Avula
Sai Bhargav Avula 2020년 3월 23일
Hi,
You can create a simple VideoWriter object. Open the object when you run the robot and write the frame and close it when the experiment is completed.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by