ctypes error: libdc1394 error: Failed to initialize libdc1394

后端 未结 7 1635
攒了一身酷
攒了一身酷 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:15

    Another workaround in using a docker image is to mount a volume

    docker run -v /dev/null:/dev/raw1394

提交回复
热议问题