How to find camera names

Hi Emmanuel,
How can i find the camera name to enter in gst pipeline…

Hi,

The camera names are explained here: Aravis.Camera.new

You can use arv-tool-0.8 to find the name of your camera. For example:

~ ❯ arv-tool-0.8
Basler-2676014A8F61-21663585 (USB3)
1 Like

Hi Emmanuel,
Thank you for quick reply. Got video stream from GStreamer pipeline.
May I know installation of tiscamera necessary for GStreamer pipeline? I am using GigE camera by denob using ethernet interface.

What is your camera ? Even if it is a TheImagingSource, it should work without tiscamera.

Camera is OZRAY - DE640F60GE (DENEB).

So it is not a TheImagingSource camera, you don’t need tiscamera.

Cheers.

Hi Emmanuel,
How to convert “gst-launch-1.0 --gst-plugin-path=/usr/local/lib/ aravissrc camera-name …” into RTSP stream.

Hi,

I don’t think an rtsp stream is a thing. If I recall correctly, a rtsp server is an application that can serve mutliple rtp streams. I have found a page that mentions a rtspsink, but did not find it in my distribution.

You will find mutliple examples on the internet on ow to build a rtp stream from a videotestsrc element. Once you have one of this example working using videotestsrc, it should be pretty straightforward to adapt it to use aravissrc.

1 Like