Giter VIP home page Giter VIP logo

Comments (6)

ankarako avatar ankarako commented on May 18, 2024 1

Yeah, your approach seems to be correct. You should open the `remote_k4a/rs2.exe' (depending on the device you are using), with the corresponding cli arguments .

from volumetriccapture.

ankarako avatar ankarako commented on May 18, 2024

Hi @zapaishchykova,

Actually, with the latest version you should be able to do it (either manually, or via installing the connection windows service on the main PC).

Best,
Antonis

from volumetriccapture.

zapaishchykova avatar zapaishchykova commented on May 18, 2024

Hi @ankarako,
So what i did is i captured the device with dev_repo, which created me a .json, now I launch volcap and on the same computer i launch remote_eye. Is that a correct approach or I am missing something?

from volumetriccapture.

zapaishchykova avatar zapaishchykova commented on May 18, 2024

Could you please tell me what arguments i should use? (i dont really get what does broker means and what config file should i pass? is it thedevice_repository.json? i have intel rs 435i)

from volumetriccapture.

ankarako avatar ankarako commented on May 18, 2024

OK,

So the thing is that volumetric capture only supports Kinect 4 Azure and Intel Realsense D415 devices (see #40 ).
However here is an explanation of the remote_k4a/rs2.exe arguments:

  • --address: The IP of the PC on which the RabbitMQ server (broker) runs on. (In your case this should be the local IP of the pc running volcap)
  • --port: Is actually not needed (default is 5672), and it's the port for communicating with the RabbitMQ server.
  • --user: should be "volumetric" (if you followed the RabbitMQ installation instructions).
  • --pass: should be "capture" (again if you followed the RabbitMQ installation instructions).

So you should run: remote_k4a/rs2.exe --address "your.rmq.i.p" --port 5672 --user volumetric --pass capture.

from volumetriccapture.

zapaishchykova avatar zapaishchykova commented on May 18, 2024

Oh that's unfortunate. Thank you for your help!

from volumetriccapture.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.