-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera library for async sharings #2842
Comments
react-native-vision-cameraProof of concept #2857 🚧 I'm playing with react-native-vision-camera at the moment. I'll list some observations on this specific comment about that library and link it to a PR in the future with some code. Relevant guidesRecording videos - the Video seems to be stored in a temp space according to this doc then I would assume we can use another API to save the file/upload it somewhere Observations
|
react-native-camera-kitStarting to look at react-native-camera-kit Observations
|
expo-cameraProof of concept #2862 🚧 Starting to look at expo-camera Observations
|
Worth mentioning NPM search rank criteria |
Camera library
We've a feature already on our product roadmap which plans to enable users to record themselves doing a sharing, the use-cases for that vary, initially we've in mind async sharings and personal sharings to keep it to yourself (probably accessible through "your Journey" and only stored locally on your device)
In order for us to enable that we need a to implement a video&audio recording setup.
I will use this issue to post my findings and observations on different libraries that I'm experimenting with.
The text was updated successfully, but these errors were encountered: