We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
import com.mrousavy.camera.frameprocessor.Frame; import com.mrousavy.camera.frameprocessor.FrameProcessorPlugin; import com.mrousavy.camera.frameprocessor.VisionCameraProxy;
error: package com.mrousavy.camera.frameprocessor does not exist import com.mrousavy.camera.frameprocessor.Frame; ...
{}
android devices
4.0.1
No, I cannot reproduce the issue in the Example app
The text was updated successfully, but these errors were encountered:
Can you create a PR to change that?
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: