TheImagingSource / tiscamera

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

Failed to find any device to open DMK23G445 #538

Closed leonhartyao closed 1 year ago

leonhartyao commented 1 year ago

Describe the bug I was trying to verify the installation for two DMK23G445 cameras. They are responsive to tcam-gigetool. However, there is no device listed in tcam-capture.

gst-launch-1.0 --gst-debug=tcamsrc:5 tcambin ! videoconvert ! ximagesink
Setting pipeline to PAUSED ...
0:00:00.033249189 52281 0x555ae5c6ec60 WARN                 tcamsrc gsttcamsrc.cpp:249:open_source_element:<tcambin-source> error: Failed to find any device to open.
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstTcamBin:tcambin0/GstTcamSrc:tcambin-source: Failed to find any device to open.
Additional debug info:
/home/yac1nst/repos/tiscamera/src/gstreamer-1.0/tcamsrc/gsttcamsrc.cpp(249): open_source_element (): /GstPipeline:pipeline0/GstTcamBin:tcambin0/GstTcamSrc:tcambin-source
Setting pipeline to NULL ...
Freeing pipeline ...

computer used (please complete the following information):

leonhartyao commented 1 year ago

Just saw that the current version doesn't support the cam model. I have to use older version.

TIS-Stefan commented 1 year ago

The current version can support your camera too:

export TCAM_DISABLE_DEVICE_BLACKLIST=1

(Source: https://www.theimagingsource.com/en-us/documentation/tiscamera/environment.html?highlight=environment#tcam-disable-device-blacklist)

Stefan