MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
I hope that the Java example program in the link below for accessing Flip in OpenCV will be helpful. https://www.programcreek.com/java-api-examples/?class=org.opencv.core.Core&method=flip
-
The only code reference for A-Factor that I know of is this: https://github.com/IntelRealSense/librealsense/issues/5551
-
1. There is a post-processing setting called the Threshold Filter that allows you to set a Depth Clamp (a minimum and maximum sensing distance), Values outside of these min and max depth ranges g...
-
You are very welcome. Please feel free to ask any follow-up questions when you need to. You may find the YouTube video in the link below of a D435 mounted to a vehicle moving at full speed to be ...
-
Hi Olivier, The Neural Compute Stick 2 can plug into a USB port alongside a RealSense camera and accelerate computer vision applications such as stream aligning so that it runs faster. It is not a...
-
Awesome news! Thanks so much for sharing your C# solution. I will share a link to it on a discussion about the threshold filter so that it can be found by others. :)
-
The minimum set of parts required are: -. The depth module board - Vision Processor D4 - available both as a completed board and as a D4 chip for integrators who want to build the D4 and its associ...
-
I did an extensive analysis to see what the remaining options may be. 1. Try the firmware update on another Linux or Windows PC if you have access to one. The firmware is saved inside the camera ...
-
Since the last time that you messaged, I found that the best approach was to do the depth clamping through the 'Threshold Filter' in the "Post-Processing" section of the Viewer. If you enable this...
-
There is not a mirror flip function built into the RealSense SDK, but it can be done with the OpenCV software (which the SDK fully supports through its OpenCV 'wrapper') with a function called flip...