SkillAgentSearch skills...

PyND2SDK

Python wrapper for the Nikon ND2 SDK.

Install / Use

/learn @aarpon/PyND2SDK
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Introduction

The pyND2SDK package is a python/cython wrapper around the Nikon ND2 SDK v9.00 (http://www.nd2sdk.com) for Windows. It tries to be a thin interface on top of the SDK.

Note

Compatibility of pyND2SDK with the new ND2 SDK 1.1.0.0 has not been investigated yet.

Installation

  • Download and extract the Nikon ND2 SDK from http://www.nd2sdk.com.
    • You will need to sign up to download the archive.
    • Extract the nd2ReadSDK_v9.zip archive to some place of your liking.
    • Now set the environment variable SDKRootPath to point to the extracted SDK folder.
  • Clone the pyND2SDK repository
  • Build the pyND2SDK.nd2Reader module:
python setup.py build_ext --inplace

Notes

Please notice that you might have to install the Microsoft Visual C++ 2008 SP1 Redistributable Package:

  • x86: https://www.microsoft.com/en-us/download/details.aspx?id=5582
  • x64: https://www.microsoft.com/en-us/download/confirmation.aspx?id=2092
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks2

Languages

Jupyter Notebook

Security Score

60/100

Audited on May 28, 2024

No findings