
Nati Farkash
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Nati Farkash-
convert auto color frame to opencv mat
how can i convert the "auto color frame=frameset.get_color_frame()" to opencv's mat (CV_8UC3, bgr8)? i found a way for depth frame but it does not work for color frame, the rest of similar question...
-
motion sensor (imu) reading when callback function is provided
I need to read theta angle from the example of "motion" in sdk, in another example, let's say, the "measure": auto profile = pipe.start(cfg, [&](rs2::frame frame) , but the profile declaratio...
-
build example of SDK librealsense-2.50.0 separately
I downloaded the librealsense-2.50.0 sdk, (ubuntu environment). I run the cmake inside of librealsense-2.50.0, it creates the build folder with all binary files that i can run. However, i could not...