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

Some major improvements #27

Closed
wants to merge 118 commits into from

Conversation

flobiwankenobi
Copy link

  1. Removed the CocoaPods dependency for iOS because I had some issues with the new CocoaPod Master Repo.
  2. Added interface for all TypeScript users out there
  3. Fixed broken detectorSize for Android
  4. Fixed wrongly calculated aspect ratio for Android
  5. Removed SecondaryActivity which causes some strange behavior (e.g. switching orientation was starting a new camera stream)

Florian Biebel added 5 commits November 19, 2019 16:12
- camera opened second time when orientation chages
- detectorSize wasn't working
- aspect ratio was wrong
@forrestmid
Copy link
Contributor

forrestmid commented Feb 6, 2020 via email

@eggbeard
Copy link

Some great improvements here, but I think there is still an error in the aspectRatio calculation for the CameraSourcePreview. Rotating a device with the preview up, you can see the distortion.

The preview is stretched horizontally when the phone is in portrait mode, and stretched vertically when the phone is in landscape.

Steven Smith added 12 commits February 17, 2020 08:57
added a textarea for debug info
print left top right bottom
layout adjustment
Gave debugtext a color and adjusted position
color change
Attempting to print selectedPair
min and max in startifready
print size
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.

8 participants