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

🐛 Document typo(android frame processor plugin) #2816

Closed
4 of 5 tasks
thatsongkim opened this issue Apr 29, 2024 · 1 comment
Closed
4 of 5 tasks

🐛 Document typo(android frame processor plugin) #2816

thatsongkim opened this issue Apr 29, 2024 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@thatsongkim
Copy link

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 thatsongkim added the 🐛 bug Something isn't working label Apr 29, 2024
@mrousavy
Copy link
Owner

Can you create a PR to change that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants