#1
|
|||
|
|||
loading and running raw frames of video in Vizard
Hi,
In our project, we are generating a series of raw frames of video in Matlab. But once we change/export these to generate an AVI or such, the codecs involved in the processing of the video changes many parameters, like framerate, spectral power density, gamma,etc., which we need to preserve. We are choosing to use Vizard for the ease of creating virtual world and we would like to stay with it for our project, unless we have to find an alternative. Is there a way in Vizard to load a series of raw video frames and play as a coherent video? Let me know if I can provide more details for you to answer my query. Thank you for your help! -Bireswar |
#2
|
|||
|
|||
Also, the data from matlab is available in the form of .mat files. So in python, we can perhaps load using the following, but not sure how to get from here to using the raw frames in vizard to play coherently.
import scipy.io mat = scipy.io.loadmat('file.mat') Hoping to hear from someone, with or without using scipy.io.loadmat. Thanks! |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizard .exe file doesn't load (Vizard 3) | Saule | Vizard | 4 | 02-05-2014 07:01 AM |
Vizard cluster with director calls | victorqx | Vizard | 2 | 08-06-2012 01:24 AM |