Sanket Mali
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Sanket Mali-
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...
-
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...