Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pil saves blue images

#different color convention of cv2 and pil
array = cv2.cvtColor(numpy.array(frame), cv2.COLOR_RGB2BGR)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pil #saves #blue #images
ADD COMMENT
Topic
Name
6+8 =