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!