Aznie Syaarriehaah
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 46
Comments
Recent activity by Aznie Syaarriehaah-
Hi 180445034,In the depth_example and depth_view_example script, there is no extra pixel data used in the colorizer, and the colorizer use only the depth for the colorizer. So, the pixel will base ...
-
Hi 180445034,What do you mean by pixel data? Can you be more specific and describe whats data you are looking for.Regards,AznieIntel RealSense Customer Support
-
Hi Akshay,The depth frame data that you get will correspond to the pixels from the RGB image. So, the length and width of the object can be calculated from the distance between the point on the obj...
-
Hi 180445034,The depth_example script will capture and render the depth frame with a live device. The depth_view_capture will capture and render the depth example based on apps. Then, the pointclou...
-
Hi 180445032,Are you using any Matlab wrapper sample script from RealSense? Which particular script you are referring to? Please elaborate more on the error you are getting. Meanwhile, for your inf...
-
(assign) Hi Forstyhe,Could you try the workaround below and see if this can fix the issue. Use the latest firmware and RealSense SDK 2.0 version. Connect the camera directly to a USB 3 po...
-
Hi Charmipatel,You can access the stream by doing this: confidence_frame = frame_data.first_or_default(RS2_STREAM_CONFIDENCE); Regards,AznieIntel RealSense Customer Support
-
Hi Charmipatel17071995,Yes, you can access the confidence value within L515, Here is the example of how to enable the stream confidence for each sensor:config.enable_stream(rs2_stream::RS2_STREAM_C...
-
Hi Charmipatel17071995,Did you get the recorded .bag file from RealSense Viewer? Please provide us more detail on the python programs you are running from the examples directory? Also, can you try ...
-
Hi Charmipatel17071995,From your snippet code, you are missing the resolution for the FPS of the stream. Have a look at this opencv_viewer_example.py line 22 for the code or else you also can pass ...