Multiple cameras Repetier Server?

I know that the repetier server can support one webcam, but is there a way to make it able to view two or even three? It doesn't have to be simultaneously, I'd just like to switch between two views.

Comments

  • No, only one is supported. You can define more printers and each printer can have a different one so switching printers would swtich cams. Or you create a sime html file embedding all your cams. After all it is only a img html tag with webcam url you need to show it.
  • Great, I will try the simple html file method. 

    Does anyone know how to create a simple html file embedding multiple USB cameras attached to a pi? I am looking for some tutorials online, but if someone knows of a good tutorial or can explain it to me, that would save lots of troubleshooting.
  • Images are integrated simpy by

    <img src="url" style="width:320px;height:240px">

    just add some of these in your page. Except any trivial page will already do.

  • "No, only one is supported. You can define more printers and each printer can have a different one so switching printers would switch cams."

    How do you define a webcam per printer?
  • Each printer has a webcam configuration and they are not shared, so different settings are possible.
Sign In or Register to comment.