MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The RealSense SDK has systems called Processing Blocks to simplify and automate certain operations. Alignment can be processed by the Align Processing Block. So you do not have to write everythin...
-
I checked my notes on how the SDK handles frame creation. They say that a created frame is never modified, and that if processing such as post-processing is done on the frame then a new frame is c...
-
Unless your project absolutely depends on Python, it may be easier to use the RealSense Viewer program and use its in-built bag record function to record a depth stream into a bag at 6 FPS and a re...
-
I re-read the case from the start. I note that you are obtaining the GIFs by converting the camera data to a CSV file and then converting the CSV to image files. If some frames were dropped durin...
-
Hi Shiva Keshavan Apologies for the delay in responding. To begin with, it is recommended that align is done after the post-processing is applied and not before. This helps to avoid distortions ...
-
This demo was part of a set of demonstrations from the CES 2020 show. https://www.intelrealsense.com/lidar-camera-l515-at-ces-2020/ I researched carefully but could not find any announcements abou...
-
The RealSense blog has previously covered a similar screen with a RealSense powered camera called Prowise https://www.intelrealsense.com/active-learning-with-intel-realsense-technology/ Based on c...
-
To create a hand detection and tracking system to your precise needs that can be controlled absolutely by you, it may be worth considering the advanced-level option of developing your own body and ...
-
Great news - thanks for the update!
-
The box_dimensioner_multicam sample program was designed for the 400 Series cameras that have Stereo technology (a depth image constructed from left and right infrared sensors). The SR300 and L515...