Skip to content

Commit

Permalink
More images for QR code example
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Dec 4, 2012
1 parent 9aaf9d6 commit 0f16fcf
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -164,3 +164,6 @@ The above copyright notice and this permission notice shall be included in all c

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

![SarXos](https://raw.github.com/sarxos/webcam-capture/master/sarxos.png "SarXos")


Binary file added sarxos.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion webcam-capture-examples/webcam-capture-qrcode/README.md
Expand Up @@ -6,7 +6,10 @@ This example show how to read QR codes with Webcam Capture.

This example show how to process QR codes with your webcam using
[Webcam Capture](https://github.com/sarxos/webcam-capture)
project together with [ZXing](https://github.com/zxing/zxing) library.
project together with [ZXing](https://github.com/zxing/zxing) library.

Demo showing how it is working is **[available](http://youtu.be/JLUJWgveEco)**
on YouTube.

### Screenshoots:

Expand All @@ -24,6 +27,14 @@ to the web page from where I took my QR code example.

![QR Code Example Application](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-examples/webcam-capture-qrcode/src/etc/resources/qrcode-zxing.png "QR Code Example Application")

Some other QR codes:

![QR Code 2](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-examples/webcam-capture-qrcode/src/etc/resources/qrcode2.jpg "QR Code 2")
![QR Code 3](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-examples/webcam-capture-qrcode/src/etc/resources/qrcode3.jpg "QR Code 3")
![QR Code 4](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-examples/webcam-capture-qrcode/src/etc/resources/qrcode4.jpg "QR Code 4")
![QR Code 5](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-examples/webcam-capture-qrcode/src/etc/resources/qrcode5.jpg "QR Code 5")
![QR Code 6](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-examples/webcam-capture-qrcode/src/etc/resources/qrcode6.jpg "QR Code 6")

## License

Copyright (C) 2012 Bartosz Firyn
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -36,7 +36,7 @@ public WebcamQRCodeExample() {
setTitle("Read QR Code With Webcam");
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

webcam = Webcam.getDefault();
webcam = Webcam.getWebcams().get(0);
webcam.setViewSize(WebcamDefaultDevice.SIZE_QVGA);

panel = new WebcamPanel(webcam);
Expand Down

0 comments on commit 0f16fcf

Please sign in to comment.