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
I gone through the process and had results before. Then after about a month, I opened it back and it directly failed to show the feed.
I tried to open the camera feed with FocuserExample.py -i 7 I knew worked before.
This happens even though I can see the camera feed from the gstreamer pipeline gst-launch-1.0 nvarguscamerasrc ! nvegltransform ! nveglglessink and the device connected from the output of v4l2-ctl --list-devices as:
I resetted the device, replugged every hardware connection and installed the driver again. But still no result. Here is the error I am getting from the FocuserExample.py -i 7:
(Argus) Error InvalidState: Argus client is exiting with 2 outstanding client threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 366)
The text was updated successfully, but these errors were encountered:
musafzenbilci
changed the title
IMX477 on Jetson Orin Nano does not show the feed even though it did before
FocuserExample does not show the feed even though it did before IMX477 on Jetson Orin Nano
Feb 28, 2024
I gone through the process and had results before. Then after about a month, I opened it back and it directly failed to show the feed.
I tried to open the camera feed with
FocuserExample.py -i 7
I knew worked before.This happens even though I can see the camera feed from the gstreamer pipeline
gst-launch-1.0 nvarguscamerasrc ! nvegltransform ! nveglglessink
and the device connected from the output ofv4l2-ctl --list-devices
as:I resetted the device, replugged every hardware connection and installed the driver again. But still no result. Here is the error I am getting from the
FocuserExample.py -i 7
:The text was updated successfully, but these errors were encountered: