How to capture only zoom window instead of whole desktop screen?
Opened this issue · 0 comments
alokmahor commented
Currently this script capture whole desktop. How can I make it to capture only zoom meeting window on Linux? Which library can tell coordinate of zoom window which we can pass in ImageGrab.grab(bbox=(0, 0, width, height))
?