I have put together an app that detects the coordinates of faces and puts a square around them using expo-camera. What I actually need to do is crop all the faces from the camera stream with 1-second interval, and pass them through a TensorFlowjs model with TensorFlow.js For React Native. I couldn't see anything like that in expo-camera documentation, is that possible with some sort of a trick?