How can I record a AVI sequence of a MATLAB figure containing Virtual Reality canvas?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Adam Filion
il 14 Ott 2013
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 Commenti
Vedere anche
Categorie
Scopri di più su Animation in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!