I am taking pictures using the OpenCV from my webcam, and after I have identified the face, I save the face image using a cv2.imwrite
in a folder in my computer.
Now, my question is how can I save the images in path on another computer?
I mean, for example, using FTP, I can directly add another path to storing the images to cv2.imwrite
and put them in the another computer?