I'm new here, this is my first post. I'm having a problem in VideoCapture: I want the names of the pictures i take change automaticaly in a "for" function and to save the pictures in a directory of my choice, but i couldn't figure out what i have to do and didn't find it on internet. If anyone knows, please, help me. Here is an example of the command lines:
from VideoCapture import Device
cam = Device()
cam.saveSnapshot('here i want to call a variable, but i don't know how.jpg')
So this is it. I also don't know where i have to write the directory.
Thanks