I don't have much experience in React-Native.
Problem:"Raw" images are required for training the neural network. at the moment, many mobile cameras give the already processed image, which is applied noise reduction, etc., which has a very negative effect on the final image. On modern iPhone 11 devices, noise reduction can be very aggressive and overwrites some objects in the photo.
Can I get RAW in a JS thread ?
Сan I get RAW in a native thread through the implementation of a native module ?
Can this be implemented for both Anroid and IOS.