|
|
|
|
|
| |
Posted by Tomi B 2008 on March 5, 2008, 1:08 pm
Please log in for more thread options
Hi all !
I have a memory buffer/array in my application (Builder C++) which
represents frames of video, every 20 miliseconds I'm refreshing the
data in the buffer. I need somehow, to make this digital frames, to
come out as an Analog signals out of my PC, I need to send it to
another computer (as an analog data) for example by using BNC cable,
or just to send it directly into a small black and white CRT screen,
to see the frames as a Black/White video.
My buffer use 8 bits for each pixel, and the buffer size is 320 x 240
pixels.
I have no Idea how to do that !
Is there any ready driver/application that I can use? Is it possible
to send this frames as an analog output through the "TV-Out" output of
my PC graphics card? (for example Geforce card)
Please give any information you can, I really need to find a solution
very soon.
Thanks very much!
Best Regards,
Tom.
|
|
Posted by D Herring on March 5, 2008, 7:58 pm
Please log in for more thread options
Tomi B 2008 wrote:
> Hi all !
>
> I have a memory buffer/array in my application (Builder C++) which
> represents frames of video, every 20 miliseconds I'm refreshing the
> data in the buffer. I need somehow, to make this digital frames, to
> come out as an Analog signals out of my PC, I need to send it to
> another computer (as an analog data) for example by using BNC cable,
> or just to send it directly into a small black and white CRT screen,
> to see the frames as a Black/White video.
>
> My buffer use 8 bits for each pixel, and the buffer size is 320 x 240
> pixels.
>
> I have no Idea how to do that !
>
> Is there any ready driver/application that I can use? Is it possible
> to send this frames as an analog output through the "TV-Out" output of
> my PC graphics card? (for example Geforce card)
Can you draw your buffer on the PC screen?
If you plug the PC into a TV, can you show the screen on the TV?
Could you send the digital data to the other computer and convert it
to analog there?
Just some thoughts,
Daniel
|
|
Posted by Tomi B 2008 on March 6, 2008, 2:01 am
Please log in for more thread options > Can you draw your buffer on the PC screen?
Yes.
> If you plug the PC into a TV, can you show the screen on the TV?
Don't know, but it's not what I need, I don't want to pass all my
desktop, only my
320x240 pixels frame.
> Could you send the digital data to the other computer and convert it
> to analog there?
No. I must send it analog, the application on the other computer can't
read digital
video as an input.
|
|
Posted by John Nagle on March 6, 2008, 3:21 am
Please log in for more thread options Tomi B 2008 wrote:
> Hi all !
>
> I have a memory buffer/array in my application (Builder C++) which
> represents frames of video, every 20 miliseconds I'm refreshing the
> data in the buffer. I need somehow, to make this digital frames, to
> come out as an Analog signals out of my PC, I need to send it to
> another computer (as an analog data) for example by using BNC cable,
> or just to send it directly into a small black and white CRT screen,
> to see the frames as a Black/White video.
All you need is a dumb VGA card with "TV out". It's getting hard to find
those, because they're obsolete, but they're in bargain bins,
surplus stores, and on eBay.
John Nagle
|
| Similar Threads | Posted | | analog inputs into a digital controller? | November 21, 2006, 1:47 pm |
| Re: reading analog signals on a MCU with only digital I/O | March 9, 2007, 5:02 pm |
| Re: reading analog signals on a MCU with only digital I/O | March 9, 2007, 5:16 pm |
| Quadrature output | September 7, 2005, 10:36 am |
| pic microcontrollers and output | March 10, 2007, 1:16 pm |
| m frames Ronette's heart | August 23, 2007, 1:40 am |
| Re: how to let sed output to the same file as input? | September 23, 2007, 4:58 pm |
| Positions and frames of reference | September 13, 2008, 7:57 am |
| Re: possible to output PWM to speed controller from PC parallel port ? | February 18, 2006, 1:28 pm |
| Re: possible to output PWM to speed controller from PC parallel port ? | February 16, 2006, 2:50 pm |
|
|
|
>
> I have a memory buffer/array in my application (Builder C++) which
> represents frames of video, every 20 miliseconds I'm refreshing the
> data in the buffer. I need somehow, to make this digital frames, to
> come out as an Analog signals out of my PC, I need to send it to
> another computer (as an analog data) for example by using BNC cable,
> or just to send it directly into a small black and white CRT screen,
> to see the frames as a Black/White video.
>
> My buffer use 8 bits for each pixel, and the buffer size is 320 x 240
> pixels.
>
> I have no Idea how to do that !
>
> Is there any ready driver/application that I can use? Is it possible
> to send this frames as an analog output through the "TV-Out" output of
> my PC graphics card? (for example Geforce card)