sensel-api icon indicating copy to clipboard operation
sensel-api copied to clipboard

Sensel API for communicating with Sensel devices.

Results 9 sensel-api issues
Sort by recently updated
recently updated
newest added

We came across a couple of issues concerning the Python Sensel API while trying to get force data using the Morph. The Morph would constantly freeze-up and we wouldn't be...

I tried to build the sensel API on my osx machine, however, the dynamically linked library `LibSenselDecompress` seems to not be available in a native format. See also discussion on...

I am able to build the sensel API for iOS and connect the Sensel Morph via bluetooh and with a wired connection, but the API is unable to `opendir("\dev\")` to...

As comments in `sensel_types.h` mention, some of those typedefs conflict with external code. In my case, `uint64` and `int64` conflicted with OpenCV 3.3.1's `core/hal/interface.h`.

Hi! I was struggling to get the API working on Linux until I found this forum post and the accompanying serial port rules file: https://forum.sensel.com/t/morph-update-version-0-16-overlay-designer-beta-morph-settings-no-overlay-mpe-updates-xyz-midi-and-linux/315 Maybe it would be a...

I've updated the Python examples to work with both python 2 and 3. This required a few minor changes: - Using "input" in Python 3, and including an import that...

The python wrapper for the API could be published to PyPi as a wheel which would be much more convenient than manually copying the file around. It would allow python...

Two related issues. Currently, senselGetDeviceList (and possibly other APIs) send informative messages to stdout. It would be nice to be able to turn those off, for a variety of reasons...

**Background** I’m a researcher. We’re currently conducting a research project that involves real-time tactile sensing using the Sensel Morph on a Raspberry Pi 5 running Ubuntu 22.04 (ARM64 architecture). **Problem**...