Skip to main content

Python binding for the Canon EOS SDK library

Project description

Installation

[!WARNING]

  • pyedsdk currently only supports Windows.
  • You must download and install the Canon EDSDK separatly from Canon directly.
  • For intellectual property and licensing reasons, the EDSDK dynamic libraries (EDSDK.dll) are not distributed with this Python package.

Canon requires developers to request access to the SDK directly from them. Please visit the official Canon Developer website and obtain the EDSDK before using this module. This may take a few days before you can have access.

1. Install Canon EDSDK

After downloading the SDK from Canon:

  1. Install or extract the SDK on your machine
  2. Locate the EDSDK.dll associated to your architecture (for Windows, either inside EDSDK or EDSDK_64 folder). You can choose to paste it for instance in a new folder located at C:\Canon\EDSDK\Dll\EDSDK.dll.

2. Make the DLL discoverable

(Recommended) Set environment variable

Simply run in your terminal the following command with the path to the DLL:

setx EDSDK_PATH "C:\Canon\EDSDK\Dll\EDSDK.dll"

And restart your terminal afterwards.

(Alternative) Add SDK folder to your PATH

Add the directory containing EDSDK.dll to your Windows PATH environment variable.

(Alternative) Pass the path explicitly in Python

Simply jump to the next part for the installation of the pyedsdk package, and when calling it, initialize the DLL with the following code:

from pyedsdk.core.loader import loadSDKLib

loadSDKLib(r"C:\Canon\EDSDK\Dll\EDSDK.dll")

Installing pyedsdk

(Recommended) Using pip

The safest and easiest way to install the latest version is via PyPI:

pip install pyedsdk

License

This package is an independent, unofficial Python binding for Canon EDSDK. Canon EDSDK is proprietary software owned by Canon Inc. This project:

  • does not redistribute Canon binaries
  • does not modify Canon SDK files
  • requires users to agree to Canon's license separately
  • is not affiliated with, endorsed by, or sponsored by Canon Inc.

Canon EDSDK remains the exclusive property of Canon Inc. Users are responsible for complying with Canon’s SDK License Agreement.

PyEDSDK is distributed under the MIT License. See License.txt for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyedsdk-0.2.16.tar.gz (24.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyedsdk-0.2.16-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file pyedsdk-0.2.16.tar.gz.

File metadata

  • Download URL: pyedsdk-0.2.16.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyedsdk-0.2.16.tar.gz
Algorithm Hash digest
SHA256 98fad759de5c099939c41207bcae2a9721788a591ff76b53dd206e86e62ecdc2
MD5 c187e89c97eebe19fb8e9c2f702fcf72
BLAKE2b-256 1bcf1a87404e54c1ad61dd1b40f40c8d82f67433723184771a3659de5096c310

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyedsdk-0.2.16.tar.gz:

Publisher: deployment.yml on fmargall/pyedsdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyedsdk-0.2.16-py3-none-any.whl.

File metadata

  • Download URL: pyedsdk-0.2.16-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyedsdk-0.2.16-py3-none-any.whl
Algorithm Hash digest
SHA256 6b3ad0ac5695c8addf3b02b7de08a8c8d3b5ea808dd5f75f74050faa01c344d2
MD5 3f8f18a5d94e35976eb58fc4c795c8bf
BLAKE2b-256 a0da246aa95e103224bdeb123688693003a3ed838bcf94a517388013d951fe38

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyedsdk-0.2.16-py3-none-any.whl:

Publisher: deployment.yml on fmargall/pyedsdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page