public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* streamer
@ 2010-01-22  3:16 Cristiana Tenti
  2010-01-22  6:41 ` streamer charlie
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Cristiana Tenti @ 2010-01-22  3:16 UTC (permalink / raw)
  To: video4linux-list

Hello,
I'm a new user :)

I'm working on a simple project and for that I only need to a software for
uclinux to acquire a raw image from my usb webcam.
On Ubuntu I'm using STREAMER but I cannot find the source code to install it
on my uclinux platform.

Anyway I found xawtv and I saw that this usefull software has as tool
STREAMER.

Do you know if it is possible compile only streamer and not all package of
xawtv?

Please, if you can help me answer me!!!

Thank you in advance,

Best Regards

-- 
-Cristiana
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22  3:16 streamer Cristiana Tenti
@ 2010-01-22  6:41 ` charlie
  2010-01-22  6:45   ` streamer Cristiana Tenti
  2010-01-22  7:16 ` streamer Fabrizio Bandiera
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: charlie @ 2010-01-22  6:41 UTC (permalink / raw)
  To: Cristiana Tenti; +Cc: video4linux-list

You may compile whole xawtv against the same kernel that you will use for
uclinux, with a development PC. Then, copy and move the streamer to your
target uclinux platform. Sure, the streamer is a really good capture
tool/utility. I like it too.

> Hello,
> I'm a new user :)
>
> I'm working on a simple project and for that I only need to a software for
> uclinux to acquire a raw image from my usb webcam.
> On Ubuntu I'm using STREAMER but I cannot find the source code to install
> it
> on my uclinux platform.
>
> Anyway I found xawtv and I saw that this usefull software has as tool
> STREAMER.
>
> Do you know if it is possible compile only streamer and not all package of
> xawtv?
>
> Please, if you can help me answer me!!!
>
> Thank you in advance,
>
> Best Regards
>
> --
> -Cristiana
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22  6:41 ` streamer charlie
@ 2010-01-22  6:45   ` Cristiana Tenti
  2010-01-22  7:46     ` streamer charlie
  0 siblings, 1 reply; 10+ messages in thread
From: Cristiana Tenti @ 2010-01-22  6:45 UTC (permalink / raw)
  To: charlie; +Cc: video4linux-list

Hi,
first of all thank you for your answer!!

So, I can compile every in my Ubuntu-pc and then what have I to crosscompile
for uclinux?

Can I only copy and move streamer?
And what is it? an executable file stand alone?

Thank you so much!!

2010/1/21 <charlie@sensoray.com>

> You may compile whole xawtv against the same kernel that you will use for
> uclinux, with a development PC. Then, copy and move the streamer to your
> target uclinux platform. Sure, the streamer is a really good capture
> tool/utility. I like it too.
>
> > Hello,
> > I'm a new user :)
> >
> > I'm working on a simple project and for that I only need to a software
> for
> > uclinux to acquire a raw image from my usb webcam.
> > On Ubuntu I'm using STREAMER but I cannot find the source code to install
> > it
> > on my uclinux platform.
> >
> > Anyway I found xawtv and I saw that this usefull software has as tool
> > STREAMER.
> >
> > Do you know if it is possible compile only streamer and not all package
> of
> > xawtv?
> >
> > Please, if you can help me answer me!!!
> >
> > Thank you in advance,
> >
> > Best Regards
> >
> > --
> > -Cristiana
> > --
> > video4linux-list mailing list
> > Unsubscribe mailto:video4linux-list-request@redhat.com
> ?subject=unsubscribe
> > https://www.redhat.com/mailman/listinfo/video4linux-list
> >
>
>


-- 
-Cristiana
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22  3:16 streamer Cristiana Tenti
  2010-01-22  6:41 ` streamer charlie
@ 2010-01-22  7:16 ` Fabrizio Bandiera
  2010-01-22  7:48 ` streamer mahmut
  2010-01-22  7:57 ` streamer Jeyner Gil Caga
  3 siblings, 0 replies; 10+ messages in thread
From: Fabrizio Bandiera @ 2010-01-22  7:16 UTC (permalink / raw)
  To: Cristiana Tenti; +Cc: video4linux-list

Dear Cristiana,

only a warning for you.

You must have the right speed on USB and also very fast acquire library.

First of all, please check if your USB platform is USB2.0

If you don't have USB 2.0 in your embedded target board you cannot grab 
anything from your cam: there isn't enought throughput

I had the same problem some months ago and i didn't realize why it 
wasn't working.

If you only need to grab a still image i can send a very simple software 
to you that you can cross-compile for your platform.

It's based on V4L standard (so you need such library for your embedded 
platform) and, of course, you need the driver for your USB cam

Bye

Fabrizio

Cristiana Tenti ha scritto:
> Hello,
> I'm a new user :)
>
> I'm working on a simple project and for that I only need to a software for
> uclinux to acquire a raw image from my usb webcam.
> On Ubuntu I'm using STREAMER but I cannot find the source code to install it
> on my uclinux platform.
>
> Anyway I found xawtv and I saw that this usefull software has as tool
> STREAMER.
>
> Do you know if it is possible compile only streamer and not all package of
> xawtv?
>
> Please, if you can help me answer me!!!
>
> Thank you in advance,
>
> Best Regards
>
>   

-- 
--------------------------------------------------

Ing. Fabrizio BANDIERA

SW Manager

Becar srl (gruppo BEGHELLI)
Viale della Pace 1
40050 Monteveglio (Bologna)

Tel.  051-6702242
Fax   051-6702186
Cell. 335-7000409



--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22  6:45   ` streamer Cristiana Tenti
@ 2010-01-22  7:46     ` charlie
  0 siblings, 0 replies; 10+ messages in thread
From: charlie @ 2010-01-22  7:46 UTC (permalink / raw)
  To: Cristiana Tenti; +Cc: video4linux-list

Yes, stand alone executable, plus necessary libraries.

> Hi,
> first of all thank you for your answer!!
>
> So, I can compile every in my Ubuntu-pc and then what have I to
> crosscompile
> for uclinux?
>
> Can I only copy and move streamer?
> And what is it? an executable file stand alone?
>
> Thank you so much!!
>
> 2010/1/21 <charlie@sensoray.com>
>
>> You may compile whole xawtv against the same kernel that you will use
>> for
>> uclinux, with a development PC. Then, copy and move the streamer to your
>> target uclinux platform. Sure, the streamer is a really good capture
>> tool/utility. I like it too.
>>
>> > Hello,
>> > I'm a new user :)
>> >
>> > I'm working on a simple project and for that I only need to a software
>> for
>> > uclinux to acquire a raw image from my usb webcam.
>> > On Ubuntu I'm using STREAMER but I cannot find the source code to
>> install
>> > it
>> > on my uclinux platform.
>> >
>> > Anyway I found xawtv and I saw that this usefull software has as tool
>> > STREAMER.
>> >
>> > Do you know if it is possible compile only streamer and not all
>> package
>> of
>> > xawtv?
>> >
>> > Please, if you can help me answer me!!!
>> >
>> > Thank you in advance,
>> >
>> > Best Regards
>> >
>> > --
>> > -Cristiana
>> > --
>> > video4linux-list mailing list
>> > Unsubscribe mailto:video4linux-list-request@redhat.com
>> ?subject=unsubscribe
>> > https://www.redhat.com/mailman/listinfo/video4linux-list
>> >
>>
>>
>
>
> --
> -Cristiana
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22  3:16 streamer Cristiana Tenti
  2010-01-22  6:41 ` streamer charlie
  2010-01-22  7:16 ` streamer Fabrizio Bandiera
@ 2010-01-22  7:48 ` mahmut
  2010-01-22 18:02   ` streamer Charlie X. Liu
  2010-01-22  7:57 ` streamer Jeyner Gil Caga
  3 siblings, 1 reply; 10+ messages in thread
From: mahmut @ 2010-01-22  7:48 UTC (permalink / raw)
  To: Cristiana Tenti; +Cc: video4linux-list


     You can also check mjpeg-streamer project. I have been used it for 
jpeg frame streaming, in addition it can give raw images.

http://www.quickcamteam.net/software/linux/v4l2-software/mjpg-streamer

Regards,

Mahmut

Cristiana Tenti wrote:
> Hello,
> I'm a new user :)
>
> I'm working on a simple project and for that I only need to a software for
> uclinux to acquire a raw image from my usb webcam.
> On Ubuntu I'm using STREAMER but I cannot find the source code to install it
> on my uclinux platform.
>
> Anyway I found xawtv and I saw that this usefull software has as tool
> STREAMER.
>
> Do you know if it is possible compile only streamer and not all package of
> xawtv?
>
> Please, if you can help me answer me!!!
>
> Thank you in advance,
>
> Best Regards
>
>   

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22  3:16 streamer Cristiana Tenti
                   ` (2 preceding siblings ...)
  2010-01-22  7:48 ` streamer mahmut
@ 2010-01-22  7:57 ` Jeyner Gil Caga
  3 siblings, 0 replies; 10+ messages in thread
From: Jeyner Gil Caga @ 2010-01-22  7:57 UTC (permalink / raw)
  To: Cristiana Tenti, video4linux list

Hi Cristiana,

I have done this with PPC440Epx about 2 years ago but I don't have the
modified XAWTV source codes, configuration and the makefiles  right now.
As far as I can remember, I did the following things and I suggest you do
the same:

-make sure that your USB webcam works in normal linux installation, not
uclinux.
-determine the basic plugins needed to make it work, i think v4l2 and jpeg
plugins are needed, this case, you need to edit the makefiles so that it
will only compile the necessary plugins. in XAWTV, there is a folder for the
plugins. try to take a look into it. also, take note that when you install
the XAWTV package, the plugin directory should only contain the basic
plugins i mentioned.
-once you know the basic plugins, try to cross-compile them. i think you
need to set your plugin directory. after cross compiling, try to copy the
streamer, its plugins and libraries.
 I hope this helps.

On Fri, Jan 22, 2010 at 11:16 AM, Cristiana Tenti <cristenti@gmail.com>wrote:

> Hello,
> I'm a new user :)
>
> I'm working on a simple project and for that I only need to a software for
> uclinux to acquire a raw image from my usb webcam.
> On Ubuntu I'm using STREAMER but I cannot find the source code to install
> it
> on my uclinux platform.
>
> Anyway I found xawtv and I saw that this usefull software has as tool
> STREAMER.
>
> Do you know if it is possible compile only streamer and not all package of
> xawtv?
>
> Please, if you can help me answer me!!!
>
> Thank you in advance,
>
> Best Regards
>
> --
> -Cristiana
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
>
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: streamer
  2010-01-22  7:48 ` streamer mahmut
@ 2010-01-22 18:02   ` Charlie X. Liu
  2010-01-22 18:41     ` streamer charlie
  0 siblings, 1 reply; 10+ messages in thread
From: Charlie X. Liu @ 2010-01-22 18:02 UTC (permalink / raw)
  To: 'mahmut', 'Cristiana Tenti'; +Cc: video4linux-list

There is no link to mjpg-streamer from
http://www.quickcamteam.net/software/linux/v4l2-software/mjpg-streamer. But,
the source code could be downloaded from
http://sourceforge.net/projects/mjpg-streamer/



-----Original Message-----
From: video4linux-list-bounces@redhat.com
[mailto:video4linux-list-bounces@redhat.com] On Behalf Of mahmut
Sent: Thursday, January 21, 2010 11:48 PM
To: Cristiana Tenti
Cc: video4linux-list@redhat.com
Subject: Re: streamer


     You can also check mjpeg-streamer project. I have been used it for 
jpeg frame streaming, in addition it can give raw images.

http://www.quickcamteam.net/software/linux/v4l2-software/mjpg-streamer

Regards,

Mahmut

Cristiana Tenti wrote:
> Hello,
> I'm a new user :)
>
> I'm working on a simple project and for that I only need to a software for
> uclinux to acquire a raw image from my usb webcam.
> On Ubuntu I'm using STREAMER but I cannot find the source code to install
it
> on my uclinux platform.
>
> Anyway I found xawtv and I saw that this usefull software has as tool
> STREAMER.
>
> Do you know if it is possible compile only streamer and not all package of
> xawtv?
>
> Please, if you can help me answer me!!!
>
> Thank you in advance,
>
> Best Regards
>
>   

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: streamer
  2010-01-22 18:02   ` streamer Charlie X. Liu
@ 2010-01-22 18:41     ` charlie
  2010-01-22 23:29       ` streamer Cristiana Tenti
  0 siblings, 1 reply; 10+ messages in thread
From: charlie @ 2010-01-22 18:41 UTC (permalink / raw)
  To: Charlie X. Liu; +Cc: video4linux-list

Or, from:
http://linux.softpedia.com/progDownload/MJPG-streamer-Download-34273.html
http://sourceforge.net/projects/mjpg-streamer/files/


> There is no link to mjpg-streamer from
> http://www.quickcamteam.net/software/linux/v4l2-software/mjpg-streamer.
> But,
> the source code could be downloaded from
> http://sourceforge.net/projects/mjpg-streamer/
>
>
>
> -----Original Message-----
> From: video4linux-list-bounces@redhat.com
> [mailto:video4linux-list-bounces@redhat.com] On Behalf Of mahmut
> Sent: Thursday, January 21, 2010 11:48 PM
> To: Cristiana Tenti
> Cc: video4linux-list@redhat.com
> Subject: Re: streamer
>
>
>      You can also check mjpeg-streamer project. I have been used it for
> jpeg frame streaming, in addition it can give raw images.
>
> http://www.quickcamteam.net/software/linux/v4l2-software/mjpg-streamer
>
> Regards,
>
> Mahmut
>
> Cristiana Tenti wrote:
>> Hello,
>> I'm a new user :)
>>
>> I'm working on a simple project and for that I only need to a software
>> for
>> uclinux to acquire a raw image from my usb webcam.
>> On Ubuntu I'm using STREAMER but I cannot find the source code to
>> install
> it
>> on my uclinux platform.
>>
>> Anyway I found xawtv and I saw that this usefull software has as tool
>> STREAMER.
>>
>> Do you know if it is possible compile only streamer and not all package
>> of
>> xawtv?
>>
>> Please, if you can help me answer me!!!
>>
>> Thank you in advance,
>>
>> Best Regards
>>
>>
>
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
>
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: streamer
  2010-01-22 18:41     ` streamer charlie
@ 2010-01-22 23:29       ` Cristiana Tenti
  0 siblings, 0 replies; 10+ messages in thread
From: Cristiana Tenti @ 2010-01-22 23:29 UTC (permalink / raw)
  To: video4linux-list

Thank you guys!!!!


Now I`m trying all solutions you have suggested me... I'll keep you bring up
to date :)))

Have a nice weekend!

Cheers

-- 
-Cristiana
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-01-22 23:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22  3:16 streamer Cristiana Tenti
2010-01-22  6:41 ` streamer charlie
2010-01-22  6:45   ` streamer Cristiana Tenti
2010-01-22  7:46     ` streamer charlie
2010-01-22  7:16 ` streamer Fabrizio Bandiera
2010-01-22  7:48 ` streamer mahmut
2010-01-22 18:02   ` streamer Charlie X. Liu
2010-01-22 18:41     ` streamer charlie
2010-01-22 23:29       ` streamer Cristiana Tenti
2010-01-22  7:57 ` streamer Jeyner Gil Caga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox