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

Convert colorspace for actual ethernet cams #7

Open
benjaminwp18 opened this issue Oct 5, 2024 · 0 comments
Open

Convert colorspace for actual ethernet cams #7

benjaminwp18 opened this issue Oct 5, 2024 · 0 comments

Comments

@benjaminwp18
Copy link
Contributor

In our actual codebase, we use convert the ethernet cams' colorspace to a normal one:

# Switches ethernet's color profile from BayerBGR to BGR
cv_img = cv2.cvtColor(cv_img, cv2.COLOR_BAYER_BGGR2BGR)

Right now, the video stream publisher nodes in this bootcamp wouldn't work with that conversion.

Confirm this conversion is necessary and works with the actual ethernet cams (might need RGGB2BGR instead?). Then make the video stream publishers use the ethernet cams' colorspace so this conversion can always be applied.

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

1 participant