Getting the current frame of a video

Please provide the following:

  1. SDK Version: 3.22.0
  2. Android/iOS:

Is there a way to get the current frame of a playing video in a Video component from expo-av? Preferably on every onPlaybackStatusUpdate.

I’d like to use it with tfjs-react-native and posenet to estimate poses in it.

I saw there’s a wrapper for expo-camera in tfjs-react-native (cameraWithTensors) but I’d like to use it on a video from the camera roll, not on a live recording.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.