Webcam access with OpenCV and Websockets

asked 2017-04-26 06:25:16 -0600

macpirkimas gravatar image

I want to access client web camera in my server with HTML5 getUserMedia process video stream with OpenCV& python and return processed video to a client in real time.

As I understand I need client side (HTML5 getUserMedia) and server side (OpenCV), communicate them with WebSockets. From client send encode frames in base64 send them via WebSockets to OpenCV and process them, when how to send results back to client side?

I am looking for example for a while, can someone guide me in right direction how to do it? Thanks!

edit retag flag offensive close merge delete

Comments

This forum can only help you with the OpenCV server side part, and only the computer vision part. For all the other questions, this is simply the wrong place...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-04-26 07:11:47 -0600 )edit

Yes, I am sorry for posting in wrong place just a thought maybe some one had experience with it and could do a quick code share.

macpirkimas gravatar imagemacpirkimas ( 2017-04-26 09:24:29 -0600 )edit