Full screen capture of a DirectX program in java (Javacv ?)
NickName:Arsenic Ask DateTime:2012-09-04T19:20:09

Full screen capture of a DirectX program in java (Javacv ?)

[For Windows] I know it is possible to capture screen of a DirectX program running under C# language, but do you know some sample code for Java?

I am actually facing this same problem than this Take screen shots inside of full screen applications with java?. Robot class didn't helped and neither worked.

But yet I didn't found any sample of java code on the internet concerning this. Thanks for any help you could provide on this topic.

Copyright Notice:Content Author:「Arsenic」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/12262448/full-screen-capture-of-a-directx-program-in-java-javacv

More about “Full screen capture of a DirectX program in java (Javacv ?)” related questions

Full screen capture of a DirectX program in java (Javacv ?)

[For Windows] I know it is possible to capture screen of a DirectX program running under C# language, but do you know some sample code for Java? I am actually facing this same problem than this Take

Show Detail

DirectX Full screen app capture

I have a problem with capturing screen from full screen application (game). I made code to capture screen based on code from those links: Capture screen using DirectX DirectX Partial Screen Captu...

Show Detail

DirectX Partial Screen Capture

I am trying to create a program that will capture a full screen directx application, look for a specific set of pixels on the screen and if it finds it then draw an image on the screen. I have been

Show Detail

Java Screen Capture OpenGL and DirectX fullscreen Applications

I am trying to design a program in java to periodically (every 100 milliseconds or so) take screenshots of my display and compute the average pixel rgb values of the entire screen. I need this to b...

Show Detail

Render internal windows program in full screen in DirectX/Win API program

I want to make such stuff, where I'll be able to run my internal programs in Windows like cmd.exe in a full screen mode. Earlier, in Windows XP I could use cmd.exe in a full screen mode using Alt +

Show Detail

Screen Capture of DirectX programs with Java

I wrote a Java application that uses the java.awt.Robot to take screen captures of the screen and was wondering if capturing a program using DirectX/OpenGL would be possible? Each time I try to do...

Show Detail

What is the most efficent way to screen capture? Screen capturing using DirectX?

I've known about screen capture using Device Contexts and GDI, since windows XP. Is there a better way (i.e. DirectX?) now that the desktop is mostly Direct3D. How can I screen capture using Direc...

Show Detail

DirectX 10 Screen Capture for Battlefield 3

I am having trouble getting a screen capture when i play Battlefield3. I know that i must capture usig DirectX, so i have made some search and found this : Imports System.IO Imports Micros...

Show Detail

Using DirectX to capture screen on Windows

I was experimenting with ways to capture screen on windows and consequently deciding on the fastest way to do so. The most common is obviously the GDI way. And it is decent in performance as well.

Show Detail

DirectX to capture screen from Windows Service

I was trying to capture Desktop screenshots from windows service. As most of the places online suggested, it was hard to capture the screen due to session isolation feature from windows. Due to cur...

Show Detail