Gstreamer Library not Loading
Posted: Mon Jan 02, 2023 9:24 pm
Hello and a Happy New Year to you all!
I wanted to setup a new Delphi project for Windows 10 and show a gstreamer udp video with a TRVCamera and TRVCamView component. The gstreamer libs are installed and I could successfully start two cmd shells with a video source (usbcam) and a video sink (shows on Direct3D).
But in the Delphi project I was not able to load the libs. I tried:
And then I checked:
But the result is always FALSE no matter what path/subpath I try.
Could it be a wrong version. Currently I use gstreamer 1.0 for 32bit.
Any ideas? Your suggestions are highly appreciated.
Thank you very much!
I wanted to setup a new Delphi project for Windows 10 and show a gstreamer udp video with a TRVCamera and TRVCamView component. The gstreamer libs are installed and I could successfully start two cmd shells with a video source (usbcam) and a video sink (shows on Direct3D).
But in the Delphi project I was not able to load the libs. I tried:
Code: Select all
MRVGstreamer.LoadGStreamerLibraries('E:\gstreamer\1.0\msvc_x86\bin');
Code: Select all
RVCamera1.GStreamerProperty.UseGStreamer := True;
if MRVGstreamer.IsSupportedGStreamer then Label2.Caption := 'yes' else Label2.Caption := 'no';
Could it be a wrong version. Currently I use gstreamer 1.0 for 32bit.
Any ideas? Your suggestions are highly appreciated.
Thank you very much!