I'm trying to bind an overlay to a user's hand. For this I'm using the following code:
overlay.setOverlayTransformTrackedDeviceRelative(
handle,
openvr.c_ulong(leftHandId),
openvr.HmdMatrix34_t()
)
When trying this though, I'm getting the following error:
TypeError: byref() argument must be a ctypes instance, not 'CArgObject'
I'm not exactly sure what other type might be expected there.