Search found 3 matches

by nino83
Tuesday 5th October 2021 3:34pm
Forum: Component
Topic: How create a MediaControl in MediaPipeline?
Replies: 3
Views: 6619

Re: How create a MediaControl in MediaPipeline?

Thanks! it works!
I had tryed a code very very similar, but I didn't use the Enumeration.... I used

flp["method"] = 1

Why in this way it didn't work?

thanks again and bye!
by nino83
Tuesday 5th October 2021 10:21am
Forum: Component
Topic: How create a MediaControl in MediaPipeline?
Replies: 3
Views: 6619

How create a MediaControl in MediaPipeline?

Hi, I have this command:

gst-launch-1.0 v4l2src ! videoflip method=rotate-180 ! videoconvert ! ximagesink


How can I create a MediaControl object for the videoflip filter?
by nino83
Monday 4th October 2021 8:46am
Forum: Component
Topic: problem in MediaPipeline construction
Replies: 0
Views: 6824

problem in MediaPipeline construction

Hi, I have a problem in the construction of a media pipeline. I use the code: f.src = New MediaControl(f.pl, "v4l2src") 'Troviamo il percorso del device! Dim pDev As String = Utility.GetPercorsoDevice(ModuloGenerale.settaggioCorrente.FriendlyName, ModuloGenerale.settaggioCorrente.DevPath) ...