Python Server that streams what the camera sees to a client -


i have camera ubuntu on it. server on camera should able send every frame camera sees it. ex: if cameras feed @ 24fps, server should send atleast 20 frames within time span client. client connected cameras hotspot wifi(ie. local network). suggestions library use in server , how go task?

ive seen socket server example, doesnt seem hit fps mark. https://helloraspberrypi.blogspot.in/2015/05/python-socket-server-to-send-camera_12.html


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -