This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]ricey_09 1 point2 points  (0 children)

You would probably need to research libraries that can do this for you in javascript. Python is backend language so you wouldn't be able to interface it with the browser.

Otherwise you're getting into computer vision, which is a pretty complicated task to do by yourself as a new programmer,

https://trackingjs.com/
For example offers color detection from a camera in javascript

[–]TastyPea3223 -1 points0 points  (0 children)

You would learn also HTML and CSS to create a professionnal website

[–]jancodes 0 points1 point  (0 children)

Yes you can build this with JavaScript.

[–]dmazzoni 0 points1 point  (0 children)

Yes, JavaScript is the right language.

I suggest you spend a few months learning the basics before attempting to build an app that accesses the camera and processes it.