Python Forum
Video and audio coding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Video and audio coding
#1
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?
Reply
#2
for touch screen: https://pypi.python.org/pypi?%3Aaction=s...mit=search
(also can search https://pypi.python.org/pypi)
video: https://pypi.python.org/pypi?%3Aaction=s...mit=search
camera: https://www.raspberrypi.org/blog/picamer...ra-module/
audio: https://pypi.python.org/pypi?%3Aaction=s...mit=search
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020