You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204)
(Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106)
sh: 1: lsmod: not found
sh: 1: modprobe: not found
(gst-plugin-scanner:57): GStreamer-WARNING **: 12:50:55.340: adding type GstEvent multiple times
GLib (gthread-posix.c): Unexpected error from C library during 'pthread_setspecific': Invalid argument. Aborting.
I'm working on docker, I'm able to start the camera when I didn't expose GPU in I use Ubuntu version 22.04
But after I expose GPU using this command in host->
sudo apt-get update
sudo apt-get install -y nvidia-container-toolkit
I got the error which I mention above
How can I resolve this error? Again, I say I didn't got any error when I didn't expose GPU from host
The text was updated successfully, but these errors were encountered:
(Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204)
(Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106)
sh: 1: lsmod: not found
sh: 1: modprobe: not found
(gst-plugin-scanner:57): GStreamer-WARNING **: 12:50:55.340: adding type GstEvent multiple times
GLib (gthread-posix.c): Unexpected error from C library during 'pthread_setspecific': Invalid argument. Aborting.
I'm working on docker, I'm able to start the camera when I didn't expose GPU in I use Ubuntu version 22.04
But after I expose GPU using this command in host->
sudo apt-get update
sudo apt-get install -y nvidia-container-toolkit
I got the error which I mention above
How can I resolve this error? Again, I say I didn't got any error when I didn't expose GPU from host
The text was updated successfully, but these errors were encountered: