waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.57k stars 355 forks source link

Not an issue but a query. #558

Open the-morpheus1 opened 5 years ago

the-morpheus1 commented 5 years ago

Hi waveform80, I want to control a robo-car from pc, I have pi camera attached to car and i want live real-time feed from pi camera to pc? can you tell me how can i do that? or direct me in a good place?

ninja-asa commented 5 years ago

@usernamemissing the documentation of picamera provides code for webstreaming - https://picamera.readthedocs.io/en/latest/recipes2.html#web-streaming.