react-native-vision-camera
react-native-vision-camera copied to clipboard
🐛 Document typo(android frame processor plugin)
What's happening?
I followed this document after migrate 3.9.1 to 4.0.1. But build failed.
So I checked package name, there is no 'frameprocessor' but instead 'frameprocessors'.
Reproduceable Code
import com.mrousavy.camera.frameprocessor.Frame;
import com.mrousavy.camera.frameprocessor.FrameProcessorPlugin;
import com.mrousavy.camera.frameprocessor.VisionCameraProxy;
Relevant log output
error: package com.mrousavy.camera.frameprocessor does not exist
import com.mrousavy.camera.frameprocessor.Frame;
...
Camera Device
{}
Device
android devices
VisionCamera Version
4.0.1
Can you reproduce this issue in the VisionCamera Example app?
No, I cannot reproduce the issue in the Example app
Additional information
- [ ] I am using Expo
- [X] I have enabled Frame Processors (react-native-worklets-core)
- [X] I have read the Troubleshooting Guide
- [X] I agree to follow this project's Code of Conduct
- [X] I searched for similar issues in this repository and found none.