S Roy
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by S Roy-
S Roy commented,
Hi MartyG, Thank you for your quick answer. I will look into that.That was helpfull. Best regards,Sylvain
-
S Roy commented,
Hi MartyG, Thank you, I will look into that. That was usefull! Best regards,Sylvain
-
S Roy commented,
Hi MartyG, Thank you for the quick reply. I'm aware that I can use "try catch" to find out whether a pipe to a device is already started. But my problem is that I'm using the Intel RealSense API in...
-
S Roy created a post,
Extracting 3D points from the pointer returned by rs2::depth_frame::get_data
Dear Intel RealSense Community, The following code snippet is from the RealSense API example "rs-pointcloud.cpp": // Wait for the next set of frames from the camera auto frames = pipe.wait_for_fram...
-
S Roy created a post,
Find out whether a pipe to a device is already started
Dear Intel RealSense Community, The following code snippet is from the RealSense API example "rs-multicam.cpp". rs2::context ctx;std::vector<rs2::pipeline> pipelines;for (auto&& dev : ctx.query_de...
-
S Roy created a post,
Can a checksum be included in the frame metadata
Dear Community, I was wondering if it is possible to calulate a checksum on the camera frames before they are sent via usb to a computer. The purpose of that would be to verify whether the frames g...