Jump to content

Recommended Posts

Posted

For the year 6 leavers show I've been asked if 2 webcams could be setup pointing at a pair of keyboards for a maths speed challenge. AFAIK the Windows camera app can only use 1 webcam at a time so looking for something simple. I've tried OBS Studio but need something muchn easier with no frills. Any recommendations

 

 

Posted (edited)

Try getting Gemini to throw together a simple web app for you. I did that for a single web camera feed, to be used as a simple visualiser app. Worth a try.

 

Or perhaps, have it throw together a single web camera viewer and just have it open in two side by side tabs.

Edited by jthompson
  • Like 1
Posted

ffmpeg in a batch file and then vlc to "watch" the rtsp stream?

 

something like:

 

ffmpeg -f dshow -i video="USB Camera" -f dshow -i video="USB Camera #2" -filter_complex "hstack=inputs=2" -c:v libx264 -preset ultrafast -tune zerolatency -f rtsp rtsp://localhost:8554/webcams

 

  • Like 1
Posted

Thanks for all the replies. After trying VLC and a web app running 2 instances of VLC side by side is the easiest to use.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...