- Operating System: Ubuntu 22.04
- UE4 Version: 4.27
- UnrealCV Version: 4.27-stable
- Client (python2, 3 or matlab): python 3
- Problem Description:
Thanks for your great work! I'm trying to generate data from inside the editor.
The depth I render with "vget /camera/0/depth" is very different from what I see with "vset /viewmode depth".
This is what I get with "vget /camera/0/depth"

and here what I get by first switching the viewer into depth mode and then storing lit as:
"vset /viewmode depth
vget /camera/0/lit"

Any idea about what is happening there?