SyntaxFix
Write A Post
Hire A Developer
Questions
It can be done by using ecapture First, run
pip install ecapture
Then in a new python script type:
from ecapture import ecapture as ec ec.capture(0,"test","img.jpg")
More information from thislink