Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCAT can't capture powerpoint slide show fps #42

Open
lymastee opened this issue Sep 29, 2018 · 2 comments
Open

OCAT can't capture powerpoint slide show fps #42

lymastee opened this issue Sep 29, 2018 · 2 comments
Labels

Comments

@lymastee
Copy link

I wrote the hooks using minhook and it couldn't capture the slide show view's present callings, too.
While the fraps could.
But why?

@aurolou
Copy link
Collaborator

aurolou commented Nov 22, 2018

Seems like somehow the 32-bit dlls got lost during an update. With the latest version the overlay should be visible on the power point editor and presenter view - although it's data is quite useless due to the app's way how to update frames.
It does not work on the slide show view, it's a child process, but seems like it's rendered differently than the presenter view, haven't figured exactly out how yet.

@lymastee
Copy link
Author

lymastee commented Nov 22, 2018

Actually I'm using the 64-bit version powerpoint, and I am sure the hook to the slide show view worked because if I wrote the fps info into the file and I got something that seems to be correct.
It just does not work when I try to draw something in the hooked present calling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants