valdivj / Gstreamer_KinectV2

Gstreamer the KinectV2
6 stars 0 forks source link

WARNING: erroneous pipeline: no element "freenect2src" [Step 48] #2

Open arifanjum opened 3 years ago

arifanjum commented 3 years ago

Hi, Thanks for your repo. I followed all the steps but at STEP 48. $sudo ./configure. I got the output :

jetsonnano@jetsonnano-desktop:~/gst-plugins-vr$ sudo ./configure The Meson build system Version: 0.57.1 Source dir: /home/jetsonnano/gst-plugins-vr Build dir: /home/jetsonnano/gst-plugins-vr/build Build type: native build Project name: gst-plugins-vr Project version: undefined C compiler for the host machine: cc (gcc 7.5.0 "cc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0") C linker for the host machine: cc ld.bfd 2.30 C++ compiler for the host machine: c++ (gcc 7.5.0 "c++ (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0") C++ linker for the host machine: c++ ld.bfd 2.30 Host machine cpu family: aarch64 Host machine cpu: aarch64 Checking for function "getrusage" : YES Configuring config.h using configuration Found pkg-config: /usr/bin/pkg-config (0.29.1) Run-time dependency gobject-2.0 found: YES 2.56.4 Run-time dependency graphene-1.0 found: YES 1.8.0 Run-time dependency openhmd found: YES 0.0.1 Found CMake: /usr/bin/cmake (3.10.2) Run-time dependency freenect2 found: NO (tried pkgconfig and cmake) Run-time dependency glib-2.0 found: YES 2.56.4 Run-time dependency gio-2.0 found: YES 2.56.4 Run-time dependency assimp found: YES 5.0.1 Run-time dependency gstreamer-1.0 found: YES 1.14.5 Run-time dependency gstreamer-gl-1.0 found: YES 1.14.5 Run-time dependency gstreamer-video-1.0 found: YES 1.14.5 Configuring config.h using configuration Build targets in project: 5

Found ninja-1.8.2 at /usr/bin/ninja

jetsonnano@jetsonnano-desktop:~/gst-plugins-vr$ sudo make cd /home/jetsonnano/gst-plugins-vr/build && ninja -k 100; ninja [28/28] Linking target mesh ninja: no work to do.

jetsonnano@jetsonnano-desktop:~/gst-plugins-vr$ pwd /home/jetsonnano/gst-plugins-vr Screenshot from 2021-03-31 14-48-09

jetsonnano@jetsonnano-desktop:~/gst-plugins-vr$ cd

jetsonnano@jetsonnano-desktop:~$ sudo gst-launch-1.0 --gst-plugin-path=/home/jetsonnano/gst-plugins-vr/build freenect2src sourcetype=1 ! videoscale ! video/x-raw,width=1280,height=720,framerate=30/1 ! glimagesink WARNING: erroneous pipeline: no element "freenect2src"

Screenshot from 2021-03-31 14-59-43

Asmaa-Ghanem commented 2 months ago

Hello, did you manage to run the gstreamer with the plugin ?