Is there any way on C# to find a pixel color every 1 second without making printscreens?
I need it for a video , to track a color .I
can’t affroid to use the bmp way as it takes too long to scan all pixels 1366×768.
Eventualy to click on it when found as the video will interact with the click.
It has to be very fast and not to take lots of ram/processor. Couldn’t find a good method so far !
Is there any way on C# to find a pixel color every 1 second
Share
There is GetPixel but read the page carefully.
CITESTE BINE.