react-native-vision-camera icon indicating copy to clipboard operation
react-native-vision-camera copied to clipboard

🐛 Document typo(android frame processor plugin)

Open thatsongkim opened this issue 2 years ago • 0 comments

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

thatsongkim avatar Apr 29 '24 02:04 thatsongkim