Is any way of doing computer vision over the cloud? The idea is like people log in a website, then the webcam is activated, the video data is sent to the server through internet. Server processes those data and sent back the processed data to user in real time or 10 frame per second at least.
Is this doable? What kind of skills do we need on the network side? I know video streaming is one component. Also, How can we set up the server? Distributed system can help or not considering very large computation in limited time?