ctypes error: libdc1394 error: Failed to initialize libdc1394

Very frustrating that nobody actually shows a concrete solution. I had this issue after installing OpenCV. For me the easiest solution to remove this warning was actually to disable this driver:

sudo ln /dev/null /dev/raw1394

Leave a Comment