How to obtain frames from react-native-camera in real time

Viewed 8789

I am using the react-native-camera component (https://github.com/lwansbrough/react-native-camera) in an application I am developing.

Is there any way to obtain the individual frames from the video / camera feed such that I may perform processing in real time.

My end goal is to use the tracking.js library to track objects in real time in order to to implement an AR effect.

Thanks for the help!

1 Answers
Related