Giter Club home page Giter Club logo

webcamera's Introduction

webcamera's People

Contributors

aleksazh avatar anssiko avatar beaufortfrancois avatar eehakkin avatar fippo avatar riju avatar ttoivone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webcamera's Issues

[Gallery] Create a mechanism to save/load photos.

We are getting access to camera using getUserMedia() using different MediaTrack constraints and settings and then take a picture using takePhoto(). As of now, we are displaying the image on a canvas. It would be useful to save the image somewhere (maybe filesystem, like WICG's nativefilesystem) and then we can browse through the gallery. For filters/ we display using cv.imshow(), so we need to explore cv2.imwrite('result.png',img) on browsers.

Similarly for loading images from gallery to camera app, atleast on Android we can use the File/Photo Picker or the Photo/Video Picker which Kenneth reported.

Scanners.

  • Barcode / QR code scanning
    { ZBar / Zxing } needed ?

  • Document Scanner - Page/Book/ ID / receipts
    {edge_detection -> find contour -> four_point_transform }

  • CreditCard Scanner
    simple OCR {alpha numeric} no need to manually enter CC details.

  • OCR / Text Recognition
    { tesseract has a JavaScript fork}

The Shape Detection API can be a good reference point as we are trying out similar things using OpencvJS+WASM.

docScanner : processed image quality/resolution

Thank you for this great project !

The image processed by the docScanner has lower resolution compared to the standard document scanners

Do you think if we tweak the Opencv functions would enhance the quality of the processed image ?

No photos?

When clicking the camera button, a small round photo appears at the bottom left of the frame.
If I click that, nothing happens.
Would be nice to be able to save them.

Also:
it would be good to implement also a pinch to zoom.

[Refactor] Use a module dependency like Webpack.

Front-end assets like HTML, CSS and especially images are getting bigger in size and number. I guess we should start to modularize and use imports. Webpack's dependency graph can then be used to split code and enhance lazy loading. Rollup looks a good choice also. Let's start using the ES6 modules.

Convert this website to a PWA

Let's make a modern web app from just some bunch of HTML and JS code. Let's PWA -ify this, and use Lighthouse and other Audit tools to check the metrics.

Use service workers for offline scenarios.

We have a lot of images which are downloaded from the internet, but we should cache them for a situation when there might be low or no connectivity. Maybe give Workbox a try. If we decide on Webpack, I guess there is workbox-webpack-plugin and we can preload the app-shell.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.