Marco Chirivi
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Marco Chirivi-
Marco Chirivi commented,
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...
-
Marco Chirivi commented,
I'm currently using SDK v2.41 on Windows10 OS, build from source in Visual Studio 2017.
-
Marco Chirivi commented,
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...
-
Marco Chirivi commented,
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...
-
Marco Chirivi created a post,
Distortion on pointcloud from depth frame
Hi everyone,I'm developing an application using 4 x sr305 sensors, that works as object scanner. Basically, I need to acquire surface pointcloud and save it as .ply .Starting from code in rs-multic...