Well I’m not sure how I could replicate it from the command line. I’d need to release gst while it’s running and continue it again once nvargus is restarted.
What I can do is launch a gst pipeline then stop it, restart nvargus from host, and then launch gst again and it’ll work fine.
It seems like the issue is VideoCapture in Python because if I restart Python, it’ll start working again. It’s like VideoCapture.release() isn’t doing all that it should.