ViveMediaDecoder
ViveMediaDecoder copied to clipboard
How to seek a particular frame and display on screen
I have encoded 5 frames in one video file. Is it possible to show exactly the 4th/5th frame on the unity screen?
As per observation, I have seen the current time of the video is getting changed while playback but it's not changing uniformly.
On this context, can anyone (@kyo8568131, @OlafZwe) please tell me how to exactly display particular fame?
Unfortunately it is not supported directly by this plugin. However, you can modify the native code for your customization.
Thanks a lot for the reply. I can't build the native scripts. @kyo8568131 can you please attach the build script for the native code? Or can I please tell me how to build it properly?