Skip to content

bean-pod/switchboard-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switchboard-samples

Sample senders and receivers to be used with the Switchboard project.
https://github.com/felixlapierre/switchboard

Requirements

Usage

  1. Create your virtual environment and install the required packages
    python -m venv env
    source env/bin/activate (or env\Scripts\activate.bat for Windows users)
    pip install -r requirements.txt

  2. Change directory to src
    cd src

  3. Edit the configuration file to choose which camera to use
    vi config.json

    • To list all available video devices, run the following command:
      ffmpeg -list_devices true -f dshow -i dummy
  4. Run the video receiver
    python receiver-ui.py

  5. Run the video sender
    python sender-ui.py

About

Sample senders and receivers to be used with the Switchboard project. https://github.com/felixlapierre/switchboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages