Video4Linux

View: New views
6 Messages — Rating Filter:   Alert me  

Video4Linux

by Hartmut Eilers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo List,

as I understand the current video4linux component is based
on video4linux version 1. Is there anything available for
video4linux version 2 ?

Thanks in advance

regards Hartmut

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Video4Linux

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Hallo List,
>
> as I understand the current video4linux component is based
> on video4linux version 1. Is there anything available for
> video4linux version 2 ?
>
> Thanks in advance
>
> regards Hartmut
>

In Gambas 3.

Regards,

--
Benoît Minisini

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Video4Linux

by Hartmut Eilers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you for your fast answer Benoit.
Is it planned to support V4L2 in Version 3.0 or is it usable.
Is it worth to give Version 3.0 a test with my video app or
do I have to wait ?.

Is it possible to install Version 3 in parallel to my version 2.x
i have installed from the ubuntu repos ?

Where are the most uptodate Webpages about gambas.

thanks and regards
Hartmut

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Video4Linux

by Steven James Drinnan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It does work in 2 but you need to preload the compat library like this
        i386
        LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so (name of app)
        x86_64
        LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so (name of app)

These are the paths on Fedora. You may need to modify them to match your
distro.



this will load the required libs.


Steven

On Wed, 2009-11-04 at 20:51 +0100, Hartmut Eilers wrote:

> Thank you for your fast answer Benoit.
> Is it planned to support V4L2 in Version 3.0 or is it usable.
> Is it worth to give Version 3.0 a test with my video app or
> do I have to wait ?.
>
> Is it possible to install Version 3 in parallel to my version 2.x
> i have installed from the ubuntu repos ?
>
> Where are the most uptodate Webpages about gambas.
>
> thanks and regards
> Hartmut
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@...
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

signature.asc (204 bytes) Download Attachment

Re: Video4Linux

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Thank you for your fast answer Benoit.
> Is it planned to support V4L2 in Version 3.0 or is it usable.

It works. But I have only tested it with the poor webcam of my Aspire One.

> Is it worth to give Version 3.0 a test with my video app or
> do I have to wait ?.

Yes, it's worth it: this way, if you have problems, I would be able to fix
them.

>
> Is it possible to install Version 3 in parallel to my version 2.x
> i have installed from the ubuntu repos ?

Yes. They do not use the same parent directory (gambas2 & gambas3) and
executable names (gb*2 & gb*3)

>
> Where are the most uptodate Webpages about gambas.

What do you mean?

--
Benoît Minisini

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Video4Linux

by Jussi Lahtinen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://gambas.sourceforge.net/en/main.html
http://gambasdoc.org/help

But if you want .deb etc. of latest Gambas release, I don't know where
to get it.
I think you have to compile it by your self.

Jussi


On Wed, Nov 4, 2009 at 21:51, Hartmut Eilers <hartmut@...> wrote:

> Thank you for your fast answer Benoit.
> Is it planned to support V4L2 in Version 3.0 or is it usable.
> Is it worth to give Version 3.0 a test with my video app or
> do I have to wait ?.
>
> Is it possible to install Version 3 in parallel to my version 2.x
> i have installed from the ubuntu repos ?
>
> Where are the most uptodate Webpages about gambas.
>
> thanks and regards
> Hartmut
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@...
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user