Sandesh Kumar S
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Sandesh Kumar S-
Is it possible to store both the realsense color and depth frame together in a single OpenCV 4D Mat object ?
-
How exactly is the rs2::frame different from cv::mat ?
-
Thanks for the info. How can the 16-bit pixel depth value uint16_t be obtained from a cv Mat object ? The cv Mat object I am referring is a depth frame converted to a cv Mat frame
-
float rs2::depth_frame::get_units()const (http://docs.ros.org/en/kinetic/api/librealsense2/html/classrs2_1_1depth__frame.html#a4a71c62f44d2554c9a7359169c0c744e ) function returns the depth scale v...
-
Thanks for the info. Can we capture depth frame using OpenCVs VideoCapture() ?
-
Can we use gstreamer "v4l2src" plugin to read the color and the depth frame ?
-
Thanks for the info. Can we obtain color and depth frame of RealSense camera using the gstreamer "v4l2src" plugin ? Is there any gstreamer source plugin available for RealSense cameras ?
-
Hi MartyG, Thanks for providing the information. But what I was looking for is if we can obtain the color frame from a colorized depth frame. If you look at the above example image is it possible ...