CSI camera works on Jetpack 4.2 but not on 4.4.1

hello jay_kruemcke,

thanks for issue narrow down.
sensor driver initial sequence should works normally if you’re able to see those video devices registered to /dev/,
for example,

you’d also confirmed the basic camera functionality with gstreamer pipeline,
so, you may ensure that camera hardware, its driver and also software stacks all works normally.
for example,

due to you’re launching camera with a python script.
please also dig into the script file to check which paragraph caused the failures.

there’re also some similar discussion thread, which has resolved camera freezes issue when doing image classification,
please also check Topic 159173, and Topic 158686 for reference,
thanks