Hi!
I have a Lenovo Y700-15ISK laptop with a built in Intel RealSense F200 UVC-webcam. I have installed the librealsense-legacy-package, making the camera work with Cheese.
Performing ls -l /dev/video* gives me 4 devices:
/dev/video0
/dev/video1
/dev/video2
/dev/video3
All these devices are visible in both ltr_gui and cheese. When using cheese, the devices video0 and video2 are the regular webcam, and the devices video1 and video3 are the sensors.
Issue 1
When starting ltr_gui the following is produced in the console:
[odecif@odecif-y700 ~]$ ltr_gui
Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
Found device 0
I am not sure whether this issue is relevant or not. A quick google shows that it probably is of no concern.
Issue 2
In ltr_gui I do not have 4 devices but 8. 4 of them are called Intel(R) RealSense(TM) Camer face tracker and the other 4 are called Intel(R) RealSense(TM) Camer. When choosing any of the ones not ending in "face" I get a popup saying `Webcam won't work with Face type Model!" (which is expected).
Issue 3
When choosing ANY of these devices in ltr_gui and pressing Start in the Preview-window, linuxtrack will freeze until killed.
When changing the resolution on ANY of these devices, ltr_gui will crash on the following message:
ASSERT failure in QList<T>::operator[]: "index out of range", file /usr/include/qt4/QtCore/qlist.h, line 477
Aborted (core dumped)
This issue might be due to linuxtrack not finding the proper resolutions of the camera(s).
If there is anything I can do in order to ease error searching (collect logs, perform tests etc.) please let me know.
My system
lsusb | grep Cam
Bus 002 Device 002: ID 8086:0a66 Intel Corp. Intel(R) RealSense(TM) 3D Camera (Front F200)
Hi! I have a Lenovo Y700-15ISK laptop with a built in Intel RealSense F200 UVC-webcam. I have installed the librealsense-legacy-package, making the camera work with Cheese.
Performing
ls -l /dev/video*
gives me 4 devices:All these devices are visible in both
ltr_gui
andcheese
. When usingcheese
, the devicesvideo0
andvideo2
are the regular webcam, and the devicesvideo1
andvideo3
are the sensors.Issue 1
When starting
ltr_gui
the following is produced in the console:I am not sure whether this issue is relevant or not. A quick google shows that it probably is of no concern.
Issue 2
In
ltr_gui
I do not have 4 devices but 8. 4 of them are calledIntel(R) RealSense(TM) Camer face tracker
and the other 4 are calledIntel(R) RealSense(TM) Camer
. When choosing any of the ones not ending in "face" I get a popup saying `Webcam won't work with Face type Model!" (which is expected).Issue 3
When choosing ANY of these devices in
ltr_gui
and pressing Start in the Preview-window, linuxtrack will freeze until killed. When changing the resolution on ANY of these devices,ltr_gui
will crash on the following message:This issue might be due to linuxtrack not finding the proper resolutions of the camera(s).
If there is anything I can do in order to ease error searching (collect logs, perform tests etc.) please let me know.
My system