필터 지우기
필터 지우기

Remote Trigger Vicon Nexus 2.12

조회 수: 14 (최근 30일)
Maximilian Maniacco
Maximilian Maniacco 2022년 10월 5일
답변: Aditya Srikar 2023년 5월 25일
Hi,
for my research I will use the Vicon Nexus 2.12 and another software which is not integrable to Vicon.
To synchronize the two datastreams in real time I need to be able to remote start/stop the Vicon Capture Session.
Matlab and Vicon are present on the same computer.
Does anybody know how to do it?
Thank you,
Max

답변 (1개)

Aditya Srikar
Aditya Srikar 2023년 5월 25일
Yes, it is possible to remotely start/stop a Vicon Capture Session using MATLAB. To do this, you need to:
1. Load the Vicon SDK in MATLAB using the `actxserver` command.
2. Connect to the Vicon server using the `Connect` method.
3. Use the `StartCapture` method to start the Vicon capture session.
4. Use the `StopCapture` method to stop the capture session.
5. Disconnect from the Vicon server using the `Disconnect` method.
After writing the MATLAB code to start/stop the Vicon capture session, you can call it from your other software using MATLAB's COM automation server capabilities.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by