purple-technology / react-camera-pro

Mobile first camera component for React.
MIT License
182 stars 89 forks source link

Fetching the camera stream #46

Open marcown opened 1 year ago

marcown commented 1 year ago

Hi,

foremost, thanks for this nice repo! I would like to use this together with a machine learning model and draw boxes on top of the camera display. Is it feasible to catch every image of the camera stream and put it into a machine learning model?

thanks!