View Single Post
  #2  
Old 04-06-2017, 02:14 PM
pitbool pitbool is offline
Member
 
Join Date: Oct 2012
Posts: 31
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!
Reply With Quote