#camera-image #bindings #camera #image #ximea

sys xiapi-sys

Unsafe low-level ffi bindings to the XIMEA API

3 releases

0.1.2 Jan 30, 2024
0.1.1 Jul 7, 2022
0.1.0 Jul 6, 2022

#16 in #camera-image

Download history 31/week @ 2024-01-25 192/week @ 2024-02-01 162/week @ 2024-02-08 29/week @ 2024-02-15 97/week @ 2024-02-22 75/week @ 2024-02-29 71/week @ 2024-03-07 60/week @ 2024-03-14 54/week @ 2024-03-21 97/week @ 2024-03-28 283/week @ 2024-04-04 172/week @ 2024-04-11 193/week @ 2024-04-18 86/week @ 2024-04-25

776 downloads per month
Used in xiapi

MIT license

33KB
90 lines

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.

Dependencies

~2–10MB
~85K SLoC