How can I record a AVI sequence of a MATLAB figure containing Virtual Reality canvas?
6 次查看(过去 30 天)
显示 更早的评论
hi guys, I'm actually using Simulink 3D Animation to display gently some results of my Simulink diagram. Nevertheless I use a S-function to include VR canvas in a MATLAB figure containing some other graphs. You can see an example of it with the 'vr_octavia_graphs' example available in the help section of the Simulink 3D Animation. My concern is then: how can I record in a AVI-file this animated figure? I have used the standard getframe() function together with the VideoWriter class. But the result if that the VR canvas containing my virtual world are represented as black boxes in the video.
I need your help. Does anyone have an idea of how to ovecome this issue? thanks Vincent
0 个评论
回答(1 个)
Adam Filion
2013-10-14
An alternative to getframe() is the screencapture command on the file exchange:
I've used this before for additional functionality beyond getframe and it's worked great for me. Haven't tried it with Simulink 3D Animation though...
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!