-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/camera integration #63
Conversation
Created an camera fragment. On create this fragment asks for camera permissions. The logic has also been implemented to this fragment that the fragment can easily be called from other parts of the app.
Somehow the ui tests only fail on cirrus but all pass locally. Something of CameraPreviewTest messes with cirrus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we should try to see if it's possible to reach a better coverage for this, but seems hard to test more as of now.
Yes, I agree that more tests are needed. I think it's better to do more tests after the whole ml pipeline is integrated. Otherwise, some of the implemented tests can't be used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I like it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the code is clear.
Remove, just please the .idea folder (I think that I committed it on the first commit without proper gitignore and now it still on some branches but it's removed on main)
fix: remove idea folder
No description provided.