mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
6.64k stars 983 forks source link

🐛 Document typo(android frame processor plugin) #2816

Closed thatsongkim closed 2 weeks ago

thatsongkim commented 2 weeks ago

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

mrousavy commented 2 weeks ago

Can you create a PR to change that?