Skip to content
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

Rewrite iOS AR Camera in Swift #4

Open
Tracked by #43
albullington opened this issue Nov 5, 2021 · 0 comments
Open
Tracked by #43

Rewrite iOS AR Camera in Swift #4

albullington opened this issue Nov 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@albullington
Copy link

I started exploring a Swift RN camera here, but it would be helpful for someone else to pick this up and run with it. The new RN-vision-camera library is written in Swift and might have some example code we can use.

The reasons we want to rewrite this in Swift are:

  1. Swift is more similar to RN than Obj-C, which means it might be easier to have non-native developers help maintain this library. Additionally, there are a lot more recent tutorials / resources on the web teaching people how to write camera code in Swift.
  2. Swift now works with RN (it didn't when we first wrote this library)
  3. We can incorporate frame processors, which seem to be the way forward for achieving native performance in a JS app.
@albullington albullington added the enhancement New feature or request label Nov 5, 2021
@jtklein jtklein transferred this issue from inaturalist/react-native-inat-camera Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant