pil saves blue images code example
Example: pil saves blue images
#different color convention of cv2 and pil
array = cv2.cvtColor(numpy.array(frame), cv2.COLOR_RGB2BGR)
#different color convention of cv2 and pil
array = cv2.cvtColor(numpy.array(frame), cv2.COLOR_RGB2BGR)