video timeline responsiveness

  • Hi,

    Actually, playing a video 360 into krpano, the timeline responsiveness is quite laggy when changing time with timeline cursor.
    Is there any way, or in the work future version, to have a lot more responsive timeline ?

    In Oculus, we don't have the timeline to do pause/play. Would it be possible to put play/pause functions on space bar when in VR ?
    Mapping play forward/reward on mouse left/right click could also be invaluable in VR mode !

    Cheers,
    Kib

  • ok, regarding play/pause with keyboard :

    Code
    <events onkeydown="checkkey();" />
        	<action name="checkkey">
          	if(keycode == 32, videointerface_togglepause());
    </action>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!