VideoStitcher icon indicating copy to clipboard operation
VideoStitcher copied to clipboard

video output seens to be partial blue

Open bnblzq opened this issue 2 years ago • 1 comments

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)

bnblzq avatar Aug 17 '22 01:08 bnblzq

Can you use one camera to shoot video in two positions and then stitch them together?

8410ttt avatar Apr 10 '23 03:04 8410ttt