SkillAgentSearch skills...

PiggyPTP

Python bindings for libptp/ptpcam with CHDK/MagicLantern support

Install / Use

/learn @alexdu/PiggyPTP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

piggyPTP

Python bindings for libptp/ptpcam with CHDK / Magic Lantern support.

This is the first proof of concept. Only works on Windows, since I don't know how to compile ptpcam as a shared library in Linux.

To use it, import piggyPTP and use the PD object:

ipython
In [1]: import piggyPTP
In [2]: p = piggyPTP.PD

Then look in ptpcam.c and try to call functions from there.

In [3]: p.usage()
In [4]: p.help()

Have fun!

View on GitHub
GitHub Stars5
CategoryCustomer
Updated7y ago
Forks1

Languages

C

Security Score

55/100

Audited on Oct 9, 2018

No findings