-
-
Notifications
You must be signed in to change notification settings - Fork 71
Description
The Record3D app you developed is very useful and I appreciate it.
I have two questions while using your Record3D app.
First, I wonder if the USB streaming function can fix the camera's initial position when recording and the final position when it ends.
In other words, when using the Record3D app you developed, it seems to have been created with relative coordinates,
but instead, I want to force the initial and final positions to be fixed on the same coordinate line.
The reason why I had to do this was because when I recorded (A) and (B) in different locations, there was a problem where the environments created were not combined due to relative coordinates.
So in the end, I created absolute physical coordinates by moving the iPad to location (A) before starting recording, starting recording, and ending recording at location (B).
Therefore, I am wondering if it is possible to forcefully determine the initial and final position coordinates in the code.
If possible, please share the method.
Second, I wonder if USB streaming recording is possible using the app on devices other than iPhone or iPad, such as the D435, a depth camera.
In other words, I wonder if regular Depth cameras other than Apple devices can be used without the app.
Thank you for your valuable and quick replies every time.