Link to home
Start Free TrialLog in
Avatar of ernesto
ernesto

asked on

How to program any Video Card

I need to program a Video Card. I want to take images and save it to disk by my own. I have a Zoltrix card. Is there any standard way to program it? I will give 300 points for source code in Delphi.
Avatar of mirek071497
mirek071497

I can't understand why you can't use windows drivers. Working with Widows Api Functions is good. I think so you can't do this better.
Ernesto,

Mirek is riight. Unless your into self-torture stick with the Windows API functions. If that's still not low-level enough for ya then contact Zoltrix and get them to send you the details on thier device drivers. If even that is not deep enough, contact the chip manufacturer for the I/O routines for the chipset on the video card (Hope you know assembly language!). Any way you cut it, if you go beyond the Windows API you are going to have your hands full.

My advice? Study the DirectX drivers (Microsoft) and work with the routines they provide. Should handle everything your looking to do with EASE :)

Good luck with your project!
Pegasus
Avatar of ernesto

ASKER

Yes, It's a good idea to use Windows API functions but...
which functions? I also can program in assembler but manufacturer will not give me chipset specifications...

Can you help me?

Thanks for your answer...
ASKER CERTIFIED SOLUTION
Avatar of TheSwine
TheSwine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ernesto

ASKER

Thanks. I have tested some programs and everything is ok.