Replies: 1 comment 5 replies
-
|
Does the video stream from the tablet work with another application such as VLC? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a project where I need to stream video from a Lumify ultrasound transducer to 3D Slicer in real-time. Here’s the setup and the issue I am facing:
Setup:
I am using a Samsung tablet running the Lumify app to capture ultrasound images. The tablet streams its screen using Screen Stream Mirroring to http://192.168.1.132:8080. And I want to use Plus Toolkit to acquire this video stream and send it to 3D Slicer.
Configuration Attempt:
I have created a configuration file for Plus Toolkit to acquire the video stream from the HTTP URL. I have tried using different device types (MediaFoundationVideo, MmfVideo, and OpenCVVideo) but the Plus Server stops unexpectedly with return code 1: Server stopped unexpectedly. Return code: 1
The XML I have tried with:
But I have tried others and I always get this error :(
Any help or suggestions would be greatly appreciated!
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions