文件名称:gphoto2-cffi:具有惯用API的libgphoto2的Python绑定
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-28 00:22:22
Python
gphoto2-cffi Python绑定具有力求惯用的接口。 与其他Python绑定相比,gphoto2-cffi隐藏了大多数较低层的抽象,并减少了API的使用面,同时仍提供对库大多数功能的访问。 import gphoto2cffi as gp # List all attached cameras that are supported cams = gp . list_cameras () # Get a camera instance by specifying a USB bus and device number my_cam = gp . Camera ( bus = 4 , device = 1 ) # Get an instance for the first supported camera my_cam = gp . Camera () # or my_cam =
【文件预览】:
gphoto2-cffi-master
----MANIFEST.in(33B)
----README.rst(2KB)
----gphoto2cffi()
--------backend_build.py(418B)
--------errors.py(3KB)
--------util.py(2KB)
--------gphoto2.cdef(17KB)
--------gphoto2.py(32KB)
--------__init__.py(225B)
--------backend.py(4KB)
----LICENSE(7KB)
----doc()
--------conf.py(2KB)
--------requirements.txt(7B)
--------Makefile(7KB)
--------index.rst(2KB)
----setup.py(1KB)
----.gitignore(68B)