Low level Screen Capture. No API/GDI / No DirectX/openGL

S

smalltownworld

Anyone got an idea of capturing a screen without api and or
opengl/directx?
Was thinking about reading from primary display driver memory but not
sure if it can be parsed into an image . . . Any thoughts?
 
J

Jakob Bieling

Anyone got an idea of capturing a screen without api and or
opengl/directx?
Was thinking about reading from primary display driver memory but not
sure if it can be parsed into an image . . . Any thoughts?

On Mac? Windows? Linux? The answer should already hint you that you
are looking for a platform specific answer. There is no way to do this
portably with Standard C++, the topic of this group. Check the FAQs (you
should have done so before posting already!) for where to best post this
kind of question:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

hth
 
J

Jim Langston

Anyone got an idea of capturing a screen without api and or
opengl/directx?
Was thinking about reading from primary display driver memory but not
sure if it can be parsed into an image . . . Any thoughts?

Reading direct from video memory should work depending on if your OS lets
you read it. I know at one time on Microsoft platforms video memory started
at C800 I'm not sure if it still does for all graphic modes. I'm not even
sure where to find out where it starts if that's not it.

In other OSes it is probably somewhere else, and you may not have access to
it. So ask in a newsgroup applicable to your OS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top