Reputation: 187
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 1366x768. 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 !
Upvotes: 2
Views: 2005