Python Forum
Video and audio coding - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Video and audio coding (/thread-5651.html)



Video and audio coding - Windy_i - Oct-15-2017

I have written programs in Java & C# and am ready to use Python. I would like to write a program to an intercom system in my house that uses both video and audio. I don't know how to:
set up the cameras
send & receive a video stream between specific monitors or how to set up the monitors
ditto for audio
how to address a specific station

Each station (16 total) will have a 7" touch screen monitor, speaker & microphone. The touch screen monitor will handle all user input.

Where can I learn how to accomplish this?


RE: Video and audio coding - Larz60+ - Oct-15-2017

for touch screen: https://pypi.python.org/pypi?%3Aaction=search&term=touch+screen&submit=search
(also can search https://pypi.python.org/pypi)
video: https://pypi.python.org/pypi?%3Aaction=search&term=video&submit=search
camera: https://www.raspberrypi.org/blog/picamera-pure-python-interface-for-camera-module/
audio: https://pypi.python.org/pypi?%3Aaction=search&term=audio&submit=search