Getting info of camera devices.
-
Hi,
That because your camera is seen through different interfaces. The GenICam standard does offer different ways to access your camera which might not correspond to the number of device.
-
Hi,
That because your camera is seen through different interfaces. The GenICam standard does offer different ways to access your camera which might not correspond to the number of device.
-
@SGaist : Thanks.
Is there any way to get the names of camera like:
webcam
Basler GenICam Source
Basler GenICam Source1
From the list given above. -
@sabra why dont u try something like opencv, or sdk like v4l2,directshow
-
@sabra said in Getting info of camera devices.:
pylon Basler camera
Have you tried using the pylon camera suite free software?
i need to support this camera
You may want to tell what make/model your camera is.
In addition, what connection type is (USB, IP, etc.)
The above mentioned framework provides some tools (viewer, configurator) that may also help you. -
Hi,
Then you need to use the SDK provided with pylon. There's everything there to enumerate the cameras connected to your system as well as grab images from them.