unrealcv/unrealcv

Command "vget /camera/[id]/plane_depth npy" return Null data

Opened this issue · 1 comments

  • Operating System:Windows10
  • UE4 Version:4.21.2
  • UnrealCV Version:3.10
  • Client (python2, 3 or matlab):python3
  • Problem Description:
    When :
    “res=client.request('vget /camera/0/plane_depth npy')”
    The socket returns just ‘ok’,the response do not contain any img data or npy data.

Same problem, solved using the info @ issue #14 and this function (still testing if it's correct).