You are on page 1of 9

Presentation On

QR code detection in images and video

BY
SUBHA DHYANI

UNDER THE GUIDANCE OF


TEACHER NAME
CONTENTS

1. Results
2. Originality
3. Analytical Skills
4. Presentation
5. Methodology
6. Timeline
Results

Design and Ui part of Application:


1. Center position layout for :
• QRCodeReaderView :for reading QR code
• PointsOverlayView:for setting precise point on QR
2. Two checkboxes at Bottom 
•  Check QR code (to enable or disable QR detection.)
•  Flashlight On/Off
Originality

 Orientation : Portrait or landscape detection of QR code is must.

 QR to View Point Transformation of QR Code is Required while detecting


QR code.

 Auto Focusing on QR code while detection  of code .

 Best Exposure setting of camera while detecting Code in image.


Analytical Skills

 Exposure setting depends device to device so an average exposure needs


to be found to make application work on all device.
 Whether the QR code is in portrait mode or landscape needs to be
detected before matching point to QR code.
 Autofocus detection should work only when there is a QR code in Camera
view otherwise it should stop.
Presentation

Will make use of following things while making application:

1. Android Studio
2. XML, Java
3. Gradle Build

Camera Component of android device will be used to detect the QR code. 


Methodology

Claases needs to implement in code :


1. Will use Orientation class to get current orientation of device from  system  for  better
code detection.
2. Camera class will be used to get parameters and focus mode of camera hardware that
comes with system.
3. Permission classes will be used to get camera permission if not provided at first time 
Timeline
Thank You
• References used:
• #1 Udemy.
• #2 Developing Android Apps – Udacity.
• #3 Android Central.
• #4 Core Servlets Android Tutorials.
• #5 Android Tutorials by Vogella.
• #6 Android Tutorials by Java Code Geeks.
• #8 Tutorialspoint.

You might also like