Python Forum

Full Version: Video and audio coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?