Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video output seens to be partial blue #4

Open
bnblzq opened this issue Aug 17, 2022 · 1 comment
Open

video output seens to be partial blue #4

bnblzq opened this issue Aug 17, 2022 · 1 comment

Comments

@bnblzq
Copy link

bnblzq commented Aug 17, 2022

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)

@8410ttt
Copy link

8410ttt commented Apr 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants