Skip to content

Convert colorspace for actual ethernet cams #7

@benjaminwp18

Description

@benjaminwp18

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions