ovl.image_utilities.photo_array module

ovl.image_utilities.photo_array.photo_array(camera, amount, delay=3, name_convention=<function time_name_convention>, path=None)[source]

Takes a series of images with a delay between shots and saves them, after every image, press ‘y’ to save it and ‘n’ to pass

Parameters:
  • camera – the camera to take images with, ovl.Camera or cv2.VideoCapture
  • amount – the amount of images to take, must be a positive integer
  • delay – the delay between images
  • name_convention – the naming convention of the images
  • path – if images should be saved in a specific folder
Returns:

the images