Hello Shamika, We implemented (in the past) a demo featuring video decoding and plot into a Matplot object and this was not that slow with 32bits pixel values. However we carefully choose an execution path that limit data copying : from the decoder to Scilab and from Scilab to Matplot data.
Could you detail a bit more your issue or produce perf.data files with debugging information ? Thanks, -- Clément Le vendredi 17 juin 2016 à 10:12 +0530, Shamika Mohanan a écrit : > Hello, > > We are building a computer vision toolbox which requires developing a > video player. > > We developed imshow using Matplot and then looped imshow over the > number of frames in the video to play the video. This method makes > the video player very slow. Is there any other way to play a video in > Scilab using any scripting tool/ GUI developer? Any leads would be > appreciated. > > Shamika > _______________________________________________ > users mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
