-
Notifications
You must be signed in to change notification settings - Fork 156
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
IOS onFrameChanged always triggers in createwindowgrabber() example #74
Comments
It will take me a few days to take a look at this as I havent even started my mac up in about 5 months so i have to update everything ... |
I no longer have a mac to fix this. I know the images returned by the OS callback might differ slightly.. If you can issue a PR on this, or provide more info that would be awesome |
the title says iOS, do we mean MacOS ? any way I can help ? I can confirm the behavior is occurring on my Mac Mini Intel 2020 |
If you can figure it out. I am not sure what path needs to be taken, but ... |
Once I have my basic setup maybe I can jump into the sensitivity settings. the first thing I need to work on is figuring out the color shifting.. im trying to push these frames to a remove machine to run inference.. and thinking it best I first get the colors as needed before transmitting them there's probably some way to make it tunable, sort of like how some webcams offer a sensitivity rating |
Did you test saving image to disk as the example does? If the image looks fine there, then its something in the way you are displaying the colors, for example you could be swapping the R abd B |
I'll stop stealing this thread, and maybe open up a PR if I can get the colors right.. but basically on OSX I just uncommented and run the code.. open it in the default Mac Preview App.. so maybe for mac OS I gotta just do something special with the color order, as you stated. |
Even when there are no changes in a window, onFrameChanged triggers for every capture frame. This is not an issue when capturing the entire monitor with createframegrabber().
Tried with different windows, but getting the same results. On OS X Catalina.
PS: Thanks for an awesome project!
The text was updated successfully, but these errors were encountered: