chull434

Results 15 comments of chull434

Same here `ViveInput.TriggerHapticPulse(role);` doesn't work Unity 2018.3.1 SteamVR 1.2.7 VIU v1.10 any scene

i don't have steam vr plugin in this project i do have the unity open vr package v1.0.2

> > i don't have steam vr plugin in this project > > i do have the unity open vr package v1.0.2 > > Currently, without SteamVR plugin you are...

+1 for this

Same issue, thanks `pyOpenSSL==22.0.0` seems to work for me now ``` - task: Bash@3 displayName: 'Azure IoT Edge - Manual Install' inputs: targetType: 'inline' script: 'pip install -U iotedgedev pyOpenSSL==22.0.0'...

@MattCosturos Yeap ``` steps: - task: Bash@3 displayName: 'Azure IoT Edge - Manual Install' inputs: targetType: 'inline' script: 'pip install -U iotedgedev pyOpenSSL==22.0.0' - task: AzureCLI@2 displayName: 'Get Metrics Key'...

From other similar issues, my `ls /etc/nvidia-container-runtime/host-files-for-container.d/` returns the below `cuda.csv cudnn.csv l4t.csv tensorrt.csv visionworks.csv` Am I missing `opencv.csv` possible? where does one get that from?

> Hi @chull434, you don't need an `opencv.csv`, because OpenCV is installed inside the container itself. However CUDA gets mounted in (when `--runtime nvidia` is used), and the `/usr/lib/aarch64-linux-gnu/libcublas.so.10: file...

yeap running same version of jetpacl `nvcr.io/nvidia/l4t-base:r32.4.4` just does no module founds? `nvcr.io/nvidia/l4t-ml:r32.4.4-py3` tensorrt and pycuda import not errors `customer opencv and cuda /l4t-ml:r32.4.4-py3` tensorrt and pycuda import not errors...

So been trying to retrace my steps and rebuild the custom container to see if its still possible on this new install, getting the below error when it trys to...