Sanket Mali
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Sanket Mali-
Sanket Mali commented,
I am using realsense version 2.45.0. code is same as ready to hack example. little bit modification is there to read from a file.
-
Sanket Mali created a post,
Memory leake trigered by the realsense pipeline code c++
rs2::pipeline p;rs2::config cfg;cfg.enable_device_from_file("test.bag");// Configure and start the pipelinep.start(cfg);int i = 0;while (i++<5){ std::cout<<"i: "<<i<<std::endl; // Block program...
-
Sanket Mali created a post,
Memory leake trigered by the realsense pipeline code c++
rs2::pipeline p;rs2::config cfg;cfg.enable_device_from_file("test.bag");// Configure and start the pipelinep.start(cfg);int i = 0;while (i++<5){ std::cout<<"i: "<<i<<std::endl; // Block program...