[RESOLVED] Camera is inverting image

Standard install of OpenVidu 2.14.0 on Fedora 31 via docker. All working well.

Connecting from (different) Fedora 31 via browser (Chrome 81.0.4044.129 (Official Build) (64-bit)):

  • Using the build in laptop camera, everything is fine.

  • Using a USB Logitech C270 camera, the video feed is flipped/inverted/non-mirrored. This camera works well in other instances and other tools.

I assume that there Is a setting for flipping the video output, but i can’t find it mentioned anywhere in the docs?

Thanks for any hints that you have for me…

Mads

Hello @Mads,

This is because of the mirror property of the publisher. If you’re using OpenVidu Call, by default, the external camera will have mirror property disabled because it’s not the FRONT camera.

You can customize the source code here.

Regards

1 Like

Thank you @CSantosM, That clarified things for me.

Mads

1 Like