No valid timestamp in Video Player FrameEvent

Hello, I am trying out OPERNDR and I really like it :clap:

I am trying to listen to a FrameEvent from VideoPlayerFFMPEG and I’d like to use the timestamp of the frame. However, I see that the timstamp is always 0, because inside the player the event is always created with 0 as argument.
Why not to pass frame.timestamp to the FrameEvent constructor instead ?

1 Like

Hello @mrbloom ! Welcome to the forum :slight_smile: Nice to hear you’re enjoying it.

Receiving the video time stamp would be useful indeed. I’ll try and see if that’s easy to do. Or if you dare, you could try Building OPENRNDR and ORX · openrndr/openrndr Wiki · GitHub yourself :slight_smile:

I followed the instructions but I am geting many errors when building the template project, such as the following:

Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.openrndr:openrndr-svg:0.4.5-SNAPSHOT.

It looks like the publishToMaven is skipping some of the modules : svg, dialog, gui, olive, orx-panel, orx-video-profiles.

1 Like

Oh sorry about that. I should have mentioned: use the next-version branch of the template. There were a bunch of orx’es moved around… :grinning_face_with_smiling_eyes:

I just added that to the wiki page.

1 Like