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

Feature/#257 QRScanner 포커싱 영역(QR 인식) 재설정 #258

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

longlivedrgn
Copy link
Collaborator

작업한 내용

  • QRScanner 포커싱 영역(QR 인식)을 재설정했어요.
    • 기존의 코드는 Camera Preview의 전체 영역을 포커싱해서 preview 내에 있는 모든 부분에 들어오는 값들을 input으로 받아들이고 있었어요(이렇게 할 경우, rectOfInterest를 없애줘도 상관없는 거 같아요.)
    • 그래서 포커싱을 하는 이유가 현재 코드에서는 없는 거 같아서, 포커싱 영역을 전체 화면 영역이 아니라 조금 더 작은 범위로 좁혔어요. 그 이유는 아래와 같아요.
      • 굳이 화면에 있는 모든 input을 받을 필요가 없을 거 같음(성능 이슈)
      • 만약 여러 QR 코드 이미지가 화면에 동시에 존재할 경우 불필요한 QR 인식을 막기위해서(이런 케이스가 흔하지는 않겠지만)

그래서, 아래와 같이 빨간 부분만 QR code 인식을 할 수 있도록 변경해주었어요.

관련 이슈

Copy link
Collaborator

@wngus4296 wngus4296 left a comment

Choose a reason for hiding this comment

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

확인했습니당~~ 놓쳤던 부분 잘 잡아줘서 고마워 용재 🤓

@longlivedrgn longlivedrgn merged commit daa18a9 into develop Jun 26, 2024
@longlivedrgn longlivedrgn deleted the feature/#257-ScannerRectOfInterest branch June 26, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] QR 코드 인식 영역 수정 및 기능 고도화
2 participants