cp2004 / OctoPrint-CameraStreamer-Control

Embed WebRTC (& more) streams provided by camera-streamer in OctoPrint
GNU Affero General Public License v3.0
17 stars 0 forks source link

Multiple cameras support #5

Open jacopotediosi opened 5 months ago

jacopotediosi commented 5 months ago

Hi,

The only plugin I know of that currently allows you to use multiple cameras, Multicam, does not properly support webrtc streams with the new octopi camera stack.

Looking at the source codes, integrating support for the new camera stack into Multicam seems more complicated than supporting multiple cameras in CamerStreamer-Control.

Considering that the new camera streamer natively supports multiple cameras, could it be within the scope of this project to support multiple cameras too?

cp2004 commented 5 months ago

Maybe. It definitely adds more complexity to this plugin, but I would agree that it makes more sense for multiple webrtc streams to be handled by this plugin rather than multicam doing everything.

I can't commit to it happening at the moment, as I don't have the resources.