xiapi-sys

Crates.ioxiapi-sys
lib.rsxiapi-sys
version0.1.2
sourcesrc
created_at2022-07-06 09:53:26.306343
updated_at2024-01-30 13:53:19.775782
descriptionUnsafe low-level ffi bindings to the XIMEA API
homepagehttps://www.ximea.com
repositoryhttps://github.com/Ximea-GmbH/xiapi-sys
max_upload_size
id620374
size157,239
Alexander Brömmer (superbort)

documentation

README

Low-level FFI bindings for xiAPI

Supported versions and cameras

These bindings have been tested with xiAPI version 4.25 on Windows and Linux. Newer version will likely also work, but some new features may be unsupported. All cameras that are supported by xiAPI are also supported by these bindings.

Requirements

To use these bindings, the XIMEA software package must be installed in the default path (For Windows: C:\XIMEA; For Linux: /opt/XIMEA).

Documentation

Specific documentation for this package is still WIP. For general documentation on xiAPI please have a look at the API manual.

MacOS Support

To build on macOS you need to install the m3api framework manually. To do this:

  1. Download the software from here
  2. Mount the DMG
  3. Copy m3api.framework to /Library/Frameworks. This will require root permissions.
Commit count: 13

cargo fmt