Intel RS D415 Camera access with gStreamer in windows
Am trying to use Intel D415 Camera in MSVS and stream to browser using gStreamer.
I have installed below gStreamer packs,
- MSVC 64-bit (VS 2019, Release CRT)
I am able to open webcam and do stream in default gStreamer window using below pipeline code,
gst_parse_launch("autovideosrc ! videoconvert ! autovideosink", NULL);
But, when I try to use Intel camera, getting below error.
C:\Windows\system32>gst-launch-1.0 realsensesrc ! videoconvert ! autovideosink
(gst-launch-1.0:16368): GStreamer-WARNING **: 08:33:21.207: Failed to load plugin 'C:\gstreamer\1.0\msvc_x86_64\lib\gstreamer-1.0\gstassrender.dll': The specified module could not be found.
This usually means Windows was unable to find a DLL dependency of the plugin. Please check that PATH is correct.
You can run 'dumpbin -dependents' (provided by the Visual Studio developer prompt) to list the DLL deps of any DLL.
There are also some third-party GUIs to list and debug DLL dependencies recursively.
(gst-launch-1.0:16368): GStreamer-WARNING **: 08:33:22.934: Failed to load plugin 'C:\gstreamer\1.0\msvc_x86_64\lib\gstreamer-1.0\gstassrender.dll': The specified module could not be found.
This usually means Windows was unable to find a DLL dependency of the plugin. Please check that PATH is correct.
You can run 'dumpbin -dependents' (provided by the Visual Studio developer prompt) to list the DLL deps of any DLL.
There are also some third-party GUIs to list and debug DLL dependencies recursively.
WARNING: erroneous pipeline: no element "realsensesrc"
Intel camera is detected and am able to open Camera via Intel RS viewer application.
What am I missing or doing wrong ? Any lead/tips will be really helpful.
Thanks
-
There are a couple of GStreamer compatibility plugins for RealSense cameras at the links below.
WKDSMRT
https://github.com/WKDSMRT/realsense-gstreamer
Aivero
https://www.aivero.com/2020/03/gstreamer-elements-realsense-open-sourced/
Please sign in to leave a comment.
Comments
1 comment