Re: [osg-users] Advice on Rendering Streaming video

2008-06-27 Thread Ulrich Hertlein
Hi Steve, [EMAIL PROTECTED] wrote: What do you mean by "getting a nice image from that is a b??ch"? Is the image quality reduced? No, I'm just talking about the problem that the bayer image is missing two channels for every pixel and you have to somehow come up with those values. Also, abo

Re: [osg-users] Advice on Rendering Streaming video

2008-06-27 Thread J.P. Delport
2008 10:19 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Advice on Rendering Streaming video [EMAIL PROTECTED] wrote: I've already set up an orthographic2D view that will look at a quad which will display the texture. The shader will then convert the texture into RGB and do the whit

Re: [osg-users] Advice on Rendering Streaming video

2008-06-26 Thread spowers
e texture? -Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulrich Hertlein Sent: Wednesday, June 25, 2008 10:19 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Advice on Rendering Streaming video [EMAIL PROTECTED] wrote: > I've alre

Re: [osg-users] Advice on Rendering Streaming video

2008-06-25 Thread Ulrich Hertlein
[EMAIL PROTECTED] wrote: I've already set up an orthographic2D view that will look at a quad which will display the texture. The shader will then convert the texture into RGB and do the whitebalance. I am also able to swap the texture back and forth and maintain decent frame rates but the textur

Re: [osg-users] Advice on Rendering Streaming video

2008-06-25 Thread spowers
Subject: Re: [osg-users] Advice on Rendering Streaming video [EMAIL PROTECTED] wrote: > The video stream will be in Bayer format and will need to be converted > to RGB before being displayed on the screen. > > I will also need to zoom the image and pan the image back and forth. > Ther

Re: [osg-users] Advice on Rendering Streaming video

2008-06-23 Thread Ulrich Hertlein
[EMAIL PROTECTED] wrote: The video stream will be in Bayer format and will need to be converted to RGB before being displayed on the screen. I will also need to zoom the image and pan the image back and forth. There will be other filters that I'll need to apply but I think they will just end up

[osg-users] Advice on Rendering Streaming video

2008-06-23 Thread spowers
I need to write a media player like app that will decode a custom video stream and display it on the screen. The video stream will be in Bayer format and will need to be converted to RGB before being displayed on the screen. I will also need to zoom the image and pan the image back and forth. Th