the picture obtained is inverted
The camera I bought is D415,I use Unity to get pictures,The picture obtained is inverted,The class I use is RsStreamTextureRenderer.cs for examp,Can you help me solve it

-
Hello, a rough workaround for flipping an image in Unity can be to find the Unity material responsible for displaying a texture and give it a minus value for its scale in the material's scaling settings (such as -1).
The link below shows the materials used in the RealSense Unity wrapper.
I would recommend trying to flip the Y-scale of the material called RGBMat first
Please sign in to leave a comment.
Comments
1 comment