-
```
Hello,
I'm using linuxtrack interface: linuxtrack_hello_word.c and trying to create a
Qwidget (with QTCreator) where i put the camera view while tracking but i can't
do that because linuxtrack_…
-
Ability to have a "beacon" in every venue. Using the events app you can use a form of google maps to track the becon in realtime allowing you to find the Droid Builders Stand in a large event. Especia…
-
I want to build an AR game using Sceneform where an object is placed on the plane on a timer (ex: every 1 second, an object is placed). I also want it to be placed at a random position on the detected…
ghost updated
5 years ago
-
I asked [this](https://github.com/IntelRealSense/realsense-ros/issues/2808#issue-1792936747) question over at realsense-ros earlier. It was finally confirmed that my problem was not with the camera dr…
-
Hello, muskie82,x
First of all, thank you and your team very much for your hard work. Secondly, I am currently testing the use of the live mode. I noticed that you are using the Intel **RealSense D…
-
Find an appropriate machine learning model - if the model is compact enough, find an appropriate method to communicate data to phone, otherwise communicate to PC.
-
Hello, and thank you for this wonderful repository.
I have created this scene in Blender with a very simple object and a camera rotating arround it, I unfortunatly was not able to get good result. …
-
I'm working on a driver which creates virtual trackers based on the position of the controllers and the HMD. I am able to get the poses of the HMD as well as the controllers with `vr::VRServerDriverHo…
-
**NOTE**: The code here was translated from Python.
**EDIT**: Sorry for the bad C++ translation.
I was attempting to test out the new input system in SteamVR and it doesn't seem to work with the Qu…
-
```javascript
for(const anchor of previousFrameAnchors) {
if(!trackedAnchors.has(anchor)) {
// Handle anchor tracking loss - anchor was present
// in the present frame but is…