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

Variety of Issue Fixes(Size adjustments, Rectangle Filter, gitignore, sfx) #22

Merged
merged 10 commits into from
Jan 28, 2023

Conversation

eibarolle
Copy link
Contributor

I solved issues #8, #13, #14, #18, #20, and part of #19(rectangle filter)
Before I solve some other issues, I have a question about the app's functionality. Will a picture be taken from tapping the filter or a separate button?
Thanks for waiting. While waiting on the functionality explanation, I can also potentially start some Arduino work.

This is the gitignore file. I copied the text from gitignore.io and then did the terminal work to implement it. If I did anything wrong, please notify me.
This is the sound effect I'll use. I'm not sure how to implement the sound, since it isn't clear what I'll be using to actually take the picture. Is it clicking the filter or a separate button?
This height variable helped the horizontal line filter cover the whole screen.
I added the horizontal line filter and a function that plays a sound. However, playSound() doesn't work yet because the TakePictureButton is isolated, and I'm not sure how the picture should be taken.
This file is the horizontal line filter. I'll be done with the other two filters soon.
This adds the horizontal case to the filters' enumerator and switch.
This helps the circle filter fit inside the filter scroll and the actual image. I'm not sure if this works on iphone 8 or not, but if it doesn't, I can adjust the parameters.
This helps the rectangle filter fit inside the filter scroll and the actual image. I'm not sure if this works on iphone 8 or not, but if it doesn't, I can adjust the parameters.
I added code that can help the app take photos. However, it can be a bit inconsistent, which I think is because of how the code is formatted. However, I can debug that later, since now that the camera is done, I will focus on the Arduino issues.
@eibarolle
Copy link
Contributor Author

I also managed to add a working camera with sound(#15, #20, #21).

@truedat101
Copy link
Member

Reviewing.

Copy link
Member

@truedat101 truedat101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok

@truedat101 truedat101 merged commit fd23016 into RazortoothRTC:main Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants