* creating a new device
@ 2008-12-19 7:26 Norman Specht
2008-12-19 7:29 ` Craig Whitmore
0 siblings, 1 reply; 3+ messages in thread
From: Norman Specht @ 2008-12-19 7:26 UTC (permalink / raw)
To: video4linux-list
Hi,
i'm trying to develop a image preprocessor which takes the image from a
webcam (e.g /dev/video0), modifies it and render it to a second
device (e.g /dev/myVideo0).
Grabbing the picture from the webcam isn't the problem but my problem is: How can i create a device which behaves like a webcam?
I'm running a ubuntu 8.10, and i tried including the kernel headers (media/v4l2-common.h, etc.) in many different ways to make my g++ compile my program. Is there some special way to do this?
Bye
Norman Specht
--
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] 3+ messages in thread
* Re: creating a new device
2008-12-19 7:26 creating a new device Norman Specht
@ 2008-12-19 7:29 ` Craig Whitmore
2008-12-19 8:38 ` Markus Rechberger
0 siblings, 1 reply; 3+ messages in thread
From: Craig Whitmore @ 2008-12-19 7:29 UTC (permalink / raw)
To: Norman Specht; +Cc: video4linux-list
On Fri, 2008-12-19 at 08:26 +0100, Norman Specht wrote:
> Hi,
>
> i'm trying to develop a image preprocessor which takes the image from a
> webcam (e.g /dev/video0), modifies it and render it to a second
> device (e.g /dev/myVideo0).
>
> Grabbing the picture from the webcam isn't the problem but my problem is: How can i create a device which behaves like a webcam?
>
> I'm running a ubuntu 8.10, and i tried including the kernel headers (media/v4l2-common.h, etc.) in many different ways to make my g++ compile my program. Is there some special way to do this?
google for dvbloopback..
Thanks
--
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] 3+ messages in thread
* Re: creating a new device
2008-12-19 7:29 ` Craig Whitmore
@ 2008-12-19 8:38 ` Markus Rechberger
0 siblings, 0 replies; 3+ messages in thread
From: Markus Rechberger @ 2008-12-19 8:38 UTC (permalink / raw)
To: Craig Whitmore; +Cc: video4linux-list
On Fri, Dec 19, 2008 at 8:29 AM, Craig Whitmore <lennon@orcon.net.nz> wrote:
> On Fri, 2008-12-19 at 08:26 +0100, Norman Specht wrote:
>> Hi,
>>
>> i'm trying to develop a image preprocessor which takes the image from a
>> webcam (e.g /dev/video0), modifies it and render it to a second
>> device (e.g /dev/myVideo0).
>>
>> Grabbing the picture from the webcam isn't the problem but my problem is: How can i create a device which behaves like a webcam?
>>
>> I'm running a ubuntu 8.10, and i tried including the kernel headers (media/v4l2-common.h, etc.) in many different ways to make my g++ compile my program. Is there some special way to do this?
>
> google for dvbloopback..
>
dvb loopback?
vloopback and v4l2vd
http://v4l2vd.sourceforge.net/
Markus
--
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] 3+ messages in thread
end of thread, other threads:[~2008-12-19 8:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 7:26 creating a new device Norman Specht
2008-12-19 7:29 ` Craig Whitmore
2008-12-19 8:38 ` Markus Rechberger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.