rahulswa08
rahulswa08
> You have to use GStreamer of FFmpeg to get your RPi camera working. For instance, > > ``` > $ gst-launch-1.0 nvarguscamerasrc sensor_mode=0 ! 'video/x-raw(memory:NVMM),width=3820, height=2464, framerate=21/1, format=NV12' !...
Ohh which camera are you using? @mrceki
Thanks @mrceki . I was using PiCamera v1 and when I changed to PiCamera v2 the issue seemed to be resolved.
Thanks @dusty-nv , As the docker have its own CUDA I have tried upgrading the CUDA on docker using the instructions provided [here](https://developer.nvidia.com/blog/simplifying-cuda-upgrades-for-nvidia-jetson-users/). ``` Please ensure your device is configured...
I have tried installing `cuda-11.8` but it leads to some other dependency and that leads to another. And I'm unable to update it by trying to install them. I haven't...
Any update on this? I'm facing the same issue when trying to import mesh file in trimesh which is generated using blender.
Same happened with me then I tried running the Unity from terminal as shown below and it worked. https://github.com/RobotecAI/ros2-for-unity/issues/32#issuecomment-1023981776