libptp2 is a library used to communicate with PTP devices like digital cameras.
libptp2 is a library used to communicate with PTP devices like still imaging cameras or MP3 players (KODAK mc3). You can download files or tweak camera properties using ptpcam program bundled with libptp2.
libptp2 is a library used to communicate with PTP devices like still imaging cameras or MP3 players (KODAK mc3). You can download files or tweak camera properties using ptpcam program bundled with libptp2.
To install libptp2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libptp2
To see what files were installed by libptp2, run:
port contents libptp2
To later upgrade libptp2, run:
sudo port selfupdate && sudo port upgrade libptp2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.