ctypes error: libdc1394 error: Failed to initialize libdc1394

后端 未结 7 1643
攒了一身酷
攒了一身酷 2020-12-02 06:12

I\'m trying to compile my program to a shared library that I can use from within Python code using ctypes.

The library compiles fine using this command:



        
7条回答
  •  北荒
    北荒 (楼主)
    2020-12-02 06:19

    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
    

提交回复
热议问题