Re: [Gambas-user] Video from Class feeds a DrawingArea problem

2017-08-10 Thread Gianluigi
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

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
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. >

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
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/

Re: [Gambas-user] Video question

2016-02-10 Thread ML
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

Re: [Gambas-user] Video question

2016-02-10 Thread Jussi Lahtinen
> 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

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
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";)

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
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

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
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

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
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

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
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

[Gambas-user] Video question

2016-02-10 Thread richard terry
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

Re: [Gambas-user] Video Capture

2011-12-05 Thread xnome
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

Re: [Gambas-user] Video Capture

2011-02-20 Thread Benoît Minisini
> 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

[Gambas-user] Video Capture

2011-02-20 Thread Mike
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

[Gambas-user] Video Capture

2011-02-19 Thread Mike
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

[Gambas-user] Video Capture

2011-02-19 Thread Mike
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

Re: [Gambas-user] Video

2010-06-10 Thread Charlie Reinl
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<

Re: [Gambas-user] Video

2010-06-10 Thread Mike
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

Re: [Gambas-user] Video

2010-06-09 Thread Fabien Bodard
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 > >

[Gambas-user] Video

2010-06-09 Thread 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

Re: [Gambas-user] Video Application DirectorsDesk performance problems

2009-11-04 Thread Hartmut Eilers
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

Re: [Gambas-user] Video Application DirectorsDesk performance problems

2009-11-04 Thread Hartmut Eilers
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 ---

Re: [Gambas-user] Video Application DirectorsDesk performance problems

2009-11-04 Thread Fabien Bodard
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

[Gambas-user] Video Application DirectorsDesk performance problems

2009-11-04 Thread 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 and I need serious hints how to achieve higher framerates. Currently I use PictureBoxes and do a lot

Re: [Gambas-user] Video Player example

2009-10-26 Thread Ron_1st
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

Re: [Gambas-user] Video Player example

2009-10-26 Thread Hartmut Eilers
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

Re: [Gambas-user] Video Player example

2009-10-25 Thread Ron_1st
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

Re: [Gambas-user] Video Player example

2009-10-25 Thread Hartmut Eilers
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

Re: [Gambas-user] Video Player example

2009-10-21 Thread Doriano Blengino
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

Re: [Gambas-user] Video Player example

2009-10-21 Thread Werner
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

[Gambas-user] Video Player example

2009-10-21 Thread Hartmut Eilers
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