kolban-google / product-search-demo

Demonstration of Vision API Product Search
1 stars 0 forks source link

Build a demo using webcam-easy #5

Open kolban-google opened 3 years ago

kolban-google commented 3 years ago

We have a library that will allow a browser to snap web cam images. Maybe we can use this to grab real images from the world for processing?

kolban-google commented 3 years ago

Code was added to handle Webcam image input. It was initially thought we would use "webcam-easy" but since our app is already React.js based, it was found that it was easier to use react-webcam. At this time, the function is present but still needs much polish.