MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Could you provide more information please about your question to help to understand what you are asking for. Thanks very much.
-
Hi Shigeyoshi Ohara The recommended production configuration is useful as a specification for a proven setup that you can feel confident in putting into a commercial product or critical applicatio...
-
There is the Image Acquisition Toolbox for MATLAB. My understanding is that it does not have official support for RealSense cameras specifically but can access the camera through generic settings....
-
The link below discusses aligning depth, color and infrared and provides a Python script. https://github.com/IntelRealSense/librealsense/issues/5093
-
Apologies if I misunderstood. "3D photo" suggests a three-dimensional image created by aligning a pair of left and right images to create a view like the combined one created by the left and right...
-
Hi Pskinstle. Is the SR300 built into the laptop instead of being an external USB plug-in camera please? If it is built in then it is unfortunately much more difficult to correct problems than wit...
-
Hi Hoo2257 The physical FOV size of the sensors on RealSense cameras is fixed. When alignment is performed between depth and color using the SDK's align processing block though, the image's FOV s...
-
Hi Mspecter91 If you are able to make use of pre-made commercial software, the RealSense-compatible Cubemos Skeleton Tracking SDK has a function for outputting the number of detected skeletons. ht...
-
I suspect that obtaining YUYV with that method would result in a rectified image rather than a raw frame. Y16 is also available as an RGB format, although it is grayscale. You can test this by cha...
-
Obtaining raw unrectified RGB frames would be more complicated. The link below discusses converting RAW16 color frames to RGB8 using Python. https://github.com/IntelRealSense/librealsense/issues/7...