We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2013-12-26 02:04:33 +0200

QR code reader

QR (and/or barcode) reader is a must on a phone (at least for me). I use it daily to open links from my PC on my other devices.

Adding camera support on Android would help, but would be nice to have this kind of application from Jolla in the base package.

Add QR code readerreader functionality in Camera app

QR (and/or barcode) reader is a must on a phone (at least for me). I use it daily to open links from my PC on my other devices.

Adding camera support on Android would help, but would be nice to have this kind of application from Jolla in the base package.

Add QR code reader functionality in Camera basic apps or as a separate app

QR (and/or barcode) reader is a must on a phone (at least for me). I use it daily to open links from my PC on my other devices.

Adding camera support on Android would help, but would devices. Would be nice to have this kind of application from Jolla in the base package.package of applications.

If it would be a separate application minimal functionality would be:

  1. Use camera to point to code.
  2. Recognize the code.
  3. Give user ability to copy text read from the code to clipboard.
  4. Optionally - if the text looks like an URL (strarts with https?://) there should be an option to open it in the default browser.

Ideas for integration (suggested in comments):

  1. Add third mode to the camera (current are photos and films, and new one would be for - codes). After reading the code simply open some dialog with buttons and recognized text.
  2. Integrate with the browser - in all inputs of type "url" (or just the address input) - add a button to open the reader (and insert value directly to the input after reading the code).

But integration is a separate thing, original idea/question was about a separate application. Maybe if there would be some component in the system that could be used as a reader then integrating it to various apps would be easy.

BTW there is a Zxing library which has implementation in C++ and can be used for the recognition of codes.

Add QR code reader functionality in basic apps or as a separate app

QR (and/or barcode) reader is a must on a phone (at least for me). I use it daily to open links from my PC on my other devices. Would be nice to have this kind of application from Jolla in the base package of applications.

If it would be a separate application minimal functionality would be:

  1. Use camera to point to code.
  2. Recognize the code.
  3. Give user ability to copy text read from the code to clipboard.
  4. Optionally - if the text looks like an URL (strarts with https?://) there should be an option to open it in the default browser.

Ideas for integration (suggested in comments):

  1. Add third mode to the camera (current are photos and films, and new one would be for - codes). After reading the code simply open some dialog with buttons and recognized text.
  2. Integrate with the browser - in all inputs of type "url" (or just the address input) - add a button to open the reader (and insert value directly to the input after reading the code).

But integration is a separate thing, original idea/question was about a separate application. Maybe if there would be some component in the system that could be used as a reader then integrating it to various apps would be easy.

BTW there is a Zxing library which has implementation in C++ and can be used for the recognition of codes.

Add QR code reader functionality in basic apps or as a separate app

QR (and/or barcode) reader is a must on a phone (at least for me). I use it daily to open links from my PC on my other devices. Would be nice to have this kind of application from Jolla in the base package of applications.

If it would be a separate application minimal functionality would be:

  1. Use camera to point to code.
  2. Recognize the code.
  3. Give user ability to copy text read from the code to clipboard.
  4. Optionally - if the text looks like an URL (strarts with https?://) there should be an option to open it in the default browser.

Ideas for integration (suggested in comments):

  1. Add third mode to the camera (current are photos and films, and new one would be for - codes). After reading the code simply open some dialog with buttons and recognized text.
  2. Integrate with the browser - in all inputs of type "url" (or just the address input) - add a button to open the reader (and insert value directly to the input after reading the code).

But integration is a separate thing, original idea/question was about a separate application. Maybe if there would be some component in the system that could be used as a reader then integrating it to various apps would be easy.

BTW there is a Zxing library which has implementation in C++ and can be used for the recognition of codes.