This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Staging #22
Open
rsbmatt
wants to merge
49
commits into
master
Choose a base branch
from
staging
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Didn't properly set .gitignore for use with Android Studio. As a result, many files that didn't need to be committed (and probably shouldn't be committed), were committed. In order to fix, have to remove all affected files and this is the easiest way. All non-ignored files will be back next commit.
Includes some perspective transform and flashlight developments
…nto app-backend
…shlight functionality, and add rough click interaction After spending about 8 hours trying to get the flashlight to work while the camera was on, I gave up. It just doesnt seem to be possible with the current Android SDK without modifiying their source code. Even though I haven't found it mentioned anywhere, it's probably intentional. For some reason, even though it was possible in the past, the Android devs don't want users to be able to stream the camera and have flash on at the same time.
…nto app-backend
…nto app-backend
…nto app-backend
Fixed false circle detection in Hough Circle detection removed redundant canny edge detection before Hough
…nto app-backend
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.