Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vume5

Pages: [1]
1
Cxx0 Hardware / Hardware/assembler Questions
« on: October 01, 2005, 02:37:30 pm »
"I'm looking for a high-res PDA (like the Cxx0, for example) whose screen I can use as a camera output-screen."
So, the idea is to use the PDA-screen, not an external one.
I want to connect a cam to the PDA and view on the PDA what the cam is showing, which means I need Video-In, not Video-Out.
Application: similar to rear-view parking-aid cam-TFT-combos, except that I want to use it to look around sharp corners without having to infringe upon the main street.

2
Cxx0 Hardware / Hardware/assembler Questions
« on: September 17, 2005, 09:46:21 am »
Hello,
I'm looking for a high-res PDA (like the Cxx0, for example) whose screen I can use as a camera output-screen.
Since (according to my research) there are no PDA-cams available that use the full VGA resolution in Live-Preview-Mode,
I'm currently considering building an adapter for Composite-Video sources and writing the appropriate driver or "OS"(made exclusively and specifically for this task, of course).
The hardware part wouldn't be an issue: There are cheap ICs which convert composite to RGB or YCrCb. Specifically, I found the ADV7181B which outputs 16 bits pixinfo(YCrCb) @ 13.5MHz.
Can the CF-interface handle such an input? If, as I expect, it can't, then I'll need another chip as buffer/interface ....
I couldn't find any info which CF-standard the Cxx0s support.
 Do they support CF+/2.0 or even CF3.0?
To achieve 25 fps (may be less) at 640x480 pixels, a transfer rate of 15MB/s and thus at least CF+/2.0 (16MB/s) is needed.
PS: Does the videomemory/framebuffer have RGB format? If so, how are the 16bits divided among the 3 colors (which one gets an extra bit)?

The main problem of such a project would be the development of the driver / the OS, primarily because hobby programmers usually don't get access to the docu they'd need for such devices like PDAs.
For example, I'd need know how I can (via assembler) receive the data from the interface and write it to the appropriate video memory location.
However, on a Linux PDA, this shouldn't be too much of a problem, since the OS source code is available. In fact, there are (to my knowledge) three alternatives:
-Freescale BSP from Metroworks (any idea which one I'd need?)
-OPIE
-GPE
Any recommendations?


greetings,
aha

Pages: [1]