VideoStitcher
VideoStitcher copied to clipboard
video output seens to be partial blue
Hi,
Thanks for your impressive work! It is so convenient for me to use。
At the same time,I found that the video output by write_videofile
seens to be partial blue, maybe caused the arrangment of pixels. opencv use BGR format , but RGB for moviepy.
So it is better to transform pixel arrangement before saving into frames , e.g. stitched_frame = cv2.cvtColor(stitched_frame, cv2.COLOR_BGR2RGB)
Can you use one camera to shoot video in two positions and then stitch them together?