http://gambas.8142.n7.nabble.com/Video-from-Class-feeds-a-DrawingArea-problem-td59987.html
Hi Ingo,
I think you can solve the problem with this code [0][1] from Vuott
Gambas-it.org member.
If you want, you can also join our Forum and ask questions in English.
[0]code in FMain:
Pu
Le 10/02/2016 22:30, richard terry a écrit :
> On 11/02/16 01:41, ML wrote:
>> On 2016-02-10 08:37, richard terry wrote:
>>> On 10/02/16 22:24, Benoît Minisini wrote:
Le 10/02/2016 12:22, richard terry a écrit :
> On 10/02/16 21:48, Benoît Minisini wrote:
>> gb.media can do that.
>
On 11/02/16 01:41, ML wrote:
> On 2016-02-10 08:37, richard terry wrote:
>> On 10/02/16 22:24, Benoît Minisini wrote:
>>> Le 10/02/2016 12:22, richard terry a écrit :
On 10/02/16 21:48, Benoît Minisini wrote:
> gb.media can do that.
MediaView1.URL = Media.URL("https://www.youtube.com/
On 2016-02-10 08:37, richard terry wrote:
> On 10/02/16 22:24, Benoît Minisini wrote:
>> Le 10/02/2016 12:22, richard terry a écrit :
>>> On 10/02/16 21:48, Benoît Minisini wrote:
gb.media can do that.
>>> MediaView1.URL = Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";)
>>>
>>> Hi Be
> And also, how come it doesn't play a URL of a video?
It's website containing flash application, which shows the video. You need
browser to open that.
What you need is URL to video stream, not URL to website containing video
file in some arbitrary format.
If you have website containing video st
Le 10/02/2016 12:37, richard terry a écrit :
> On 10/02/16 22:24, Benoît Minisini wrote:
>> Le 10/02/2016 12:22, richard terry a écrit :
>>> On 10/02/16 21:48, Benoît Minisini wrote:
gb.media can do that.
>>>MediaView1.URL =
>>> Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";)
On 10/02/16 22:24, Benoît Minisini wrote:
> Le 10/02/2016 12:22, richard terry a écrit :
>> On 10/02/16 21:48, Benoît Minisini wrote:
>>> gb.media can do that.
>> MediaView1.URL =
>> Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";)
>>
>> Hi Benoit,
>>
>> This doesn't work ?am I missi
Le 10/02/2016 12:22, richard terry a écrit :
> On 10/02/16 21:48, Benoît Minisini wrote:
>> gb.media can do that.
> MediaView1.URL =
> Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";)
>
> Hi Benoit,
>
> This doesn't work ?am I missing something?
>
> What I wanted to do was to stream a
On 10/02/16 21:48, Benoît Minisini wrote:
> gb.media can do that.
MediaView1.URL =
Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";)
Hi Benoit,
This doesn't work ?am I missing something?
What I wanted to do was to stream an i-p camera from my front office to
my room with a little m
Le 10/02/2016 11:18, richard terry a écrit :
> Not sure if my last question reached the list, however will repeat expand.
>
> Can any control in gambas actually stream video from a URL like an
> internal office IP camera?
>
> Thanks
>
> richard
>
If GStreamer can do that, then gb.media can do that
Not sure if my last question reached the list, however will repeat expand.
Can any control in gambas actually stream video from a URL like an
internal office IP camera?
Thanks
richard
--
Site24x7 APM Insight: Get Deep
Hi, Benoit
Please show me the way how gb.v4l component can extract each image
generated by the
WebCam, because i keep getting "unable to get image" error in gambas2.23
while in gambas3 aka gambas 2.99.6 i could extract image but only in 320x240
picture size for proper result, but not other than
> Hi,
>
> I think i got it. Install dvgrab shell to it from Gambas with desired
> options.
>
> See this for more info.
> http://manpages.ubuntu.com/manpages/hardy/man1/dvgrab.1.html
>
> Regards
> Mike
>
Apparently, the gb.v4l component can extract each image generated by the
WebCam, but canno
Hi,
I think i got it. Install dvgrab shell to it from Gambas with desired
options.
See this for more info.
http://manpages.ubuntu.com/manpages/hardy/man1/dvgrab.1.html
Regards
Mike
--
The ultimate all-in-one performanc
Hi Benoit,
Have I missed something in the MyWebCam example as I do not see any code
to capture a video stream to file (AVI). is there any example code to do
this.
Best Regards
Mike
--
The ultimate all-in-one performanc
Hi All,
I have an application that uses the MyWebCam example how do I capture
the video stream as an avi file for viewing with Movie Player etc.
Regards
Mike
--
The ultimate all-in-one performance toolkit: Intel(R) Para
Am Donnerstag, den 10.06.2010, 17:57 +0800 schrieb Mike:
> Have tried the examples and Gambas hangs when the picturebox call is made I
> am running on Ubuntu 10.xx any other examples and can I remove the write
> protection off the example files.
>
> Regards
> Mike
>
---8<
June 2010 01:04
To: mailing list for gambas users
Subject: Re: [Gambas-user] Video
just open the exemples in the ide ... there is two exemple in the v2
and and 3 in the v3
2010/6/9 Mike :
> Hi Gang,
>
>
>
> Can anyone please list Gambas example code to implement web cam or video
just open the exemples in the ide ... there is two exemple in the v2
and and 3 in the v3
2010/6/9 Mike :
> Hi Gang,
>
>
>
> Can anyone please list Gambas example code to implement web cam or video
> capture using gb.v4l. Unable to find any with a Google search.
>
>
>
> Thanks
>
> Mike
>
>
Hi Gang,
Can anyone please list Gambas example code to implement web cam or video
capture using gb.v4l. Unable to find any with a Google search.
Thanks
Mike
--
ThinkGeek and WIRED's GeekDad team up for the Ultimat
I forgot to mention that there are some pathes hardcoded in the source
which you need
to modify, or even better patch it to make those settings configurable. :)
regards Hartmut
2009/11/4 Hartmut Eilers :
> Hallo,
>
> anybody interested in DirectorsDesk ( RegiePult ) may download the source
> fro
Hallo,
anybody interested in DirectorsDesk ( RegiePult ) may download the source from:
http://www.eilers.net/index.php?option=com_phocadownload&view=category&id=4:video-programs&Itemid=58
Any comments, hints or critics are highly welcome
Kind regards
Hartmut
---
it will be interesting to see you source ... but ... where ?
2009/11/4 Hartmut Eilers :
> Hallo List,
>
> the first alpha of my program RegiePult ( DirectorsDesk) is available.
> Its a tool to record live video from different cams / media player.
> The biggest problem I have is the performance an
Hallo List,
the first alpha of my program RegiePult ( DirectorsDesk) is available.
Its a tool to record live video from different cams / media player.
The biggest problem I have is the performance and I need serious
hints how to achieve higher framerates. Currently I use PictureBoxes
and do a lot
On Monday 26 October 2009, Hartmut Eilers wrote:
> Hallo List,
>
> > >> for my Video project I need a video player which plays a video
> > >> in a unvisible DrawingArea where I can grab a picture contolled
> > >> by a timer. I want to show the grabbed image in a smaller preview
> > >> window where
Hallo List,
> >> for my Video project I need a video player which plays a video
> >> in a unvisible DrawingArea where I can grab a picture contolled
> >> by a timer. I want to show the grabbed image in a smaller preview
> >> window where one can apply effects. When pressing a button all
> >>effect
On Sunday 25 October 2009, Hartmut Eilers wrote:
> Hallo Gambas Users,
>
> >> for my Video project I need a video player which plays a video
> >> in a unvisible DrawingArea where I can grab a picture contolled
> >> by a timer. I want to show the grabbed image in a smaller preview
> >> window where
Hallo List,
I didn't know, that the attachments are scrubbed. at least in the digest.
so here is the screenshot of my video app for live recordings from 2 cams.
http://www.eilers.net/tmp/VideoPlayerProblem2.png
regards
Hartmut
Werner ha scritto:
> Hartmut Eilers wrote:
>
>> Hallo List,
>>
>> for my Video project I need a video player which plays a video
>> in a unvisible DrawingArea where I can grab a picture contolled
>> by a timer. I want to show the grabbed image in a smaller preview
>> window where one can apply e
Hartmut Eilers wrote:
> Hallo List,
>
> for my Video project I need a video player which plays a video
> in a unvisible DrawingArea where I can grab a picture contolled
> by a timer. I want to show the grabbed image in a smaller preview
> window where one can apply effects. When pressing a button a
Hallo List,
for my Video project I need a video player which plays a video
in a unvisible DrawingArea where I can grab a picture contolled
by a timer. I want to show the grabbed image in a smaller preview
window where one can apply effects. When pressing a button all
effects should bei applied to
31 matches
Mail list logo