Skip to main content

A template project, to enable people to build nicely structured C++ projects.

Project description

scikit-surgeryultrasonix

Python bindings for Ultrasonix machine.

Only works on Windows with 32-bit version of Python.

Tested with Python 3.7.

Prerequisites

You must have the Ulterius SDK on your local machine, and add the bin folder to your system path.

If sdk is in C:\Ulterius\sdk_612\bin

In Windows CMD set PATH=%PATH%;C:\Ulterius\sdk_612\bin

In Git Bash export PATH=$PATH:/c/Ulterius/sdk_612/bin

Example Usage

import sksurgeryultrasonix
import numpy as np
import cv2

ip = "128.16.0.3" # This is the IP address of the Ultrasonix

U = sksurgeryultrasonix.Ultrasonix.CreateInstance()
U.connect_to_host(ip)

while True:

    frame = U.get_frame() # Returns numpy array
    frame = frame.reshape(480,640)
    cv2.imshow('x',x)
    cv2.waitKey(1)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

scikit_surgeryultrasonix-0.1.1-cp38-cp38-win32.whl (177.9 kB view hashes)

Uploaded CPython 3.8 Windows x86

scikit_surgeryultrasonix-0.1.1-cp37-cp37m-win32.whl (178.7 kB view hashes)

Uploaded CPython 3.7m Windows x86

scikit_surgeryultrasonix-0.1.1-cp36-cp36m-win32.whl (178.7 kB view hashes)

Uploaded CPython 3.6m Windows x86

Supported by

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