TheImagingSource / tiscamera

The Linux SDK for The Imaging Source cameras.
https://www.theimagingsource.com
Apache License 2.0
299 stars 146 forks source link

Is it Possible to Share a GigE Camera Feed Between Two PCs? #552

Closed yukiogawa21 closed 5 months ago

yukiogawa21 commented 5 months ago

Hi,

Is it possible to use one GigE camera with two PCs simultaneously to access and process the same video feed?

TIS-Kevin commented 5 months ago

Dear yukiogawa21, with tiscamera directly no. But with a RTSP stream you be able to do so. You may take a look on that: https://wiki.theimagingsource.com/index.php/Create_an_RTSP_stream_and_stream_to_many_clients

yukiogawa21 commented 5 months ago

Thank you very much. Your assistance has been incredibly helpful.