Marco Chirivi
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Comments
Recent activity by Marco Chirivi-
Of course. Wrong Ply Results: int main(int argc, char * argv[]) try{ int choice = 0; // VAriable to select 1 of 4 sensors // Capture serial numbers before opening streaming std::vector<std::stri...
-
I'm currently using SDK v2.41 on Windows10 OS, build from source in Visual Studio 2017.
-
Yes, I already used RS viewer as support tool, but I need to implement proper "export to ply" procedure inside application code. I also tried to disconnect 3 sensors (only 1 sensor connected) but r...
-
Hi MartyG,thank you for your answer. You could have one camera at a time active, capture its ply file and then deactivate that camera, switch to the next camera in the sequence and capture its ply...