3526810272
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
Activity overview
Latest activity by 3526810272-
3526810272 created a post,
How to keep the pixel size of the target unchanged?
I used the realsense D435 camera to capture an object from far to near and obtained a 30 second bag data. I have stored the bag data in the form of RGB images and depth images in a local folder. Ho...
-
3526810272 commented,
Thank you for your attention.
-
3526810272 commented,
Yes, the above two methods use the same x and y, and the code is as follows.def get_distance(event, x, y, flags, param): if event == cv2.EVENT_RBUTTONDOWN: scale = profile.get_device()...
-
3526810272 commented,
Thank you for your guidance! May I ask why the phenomenon shown in the picture appears? Also, do you suggest that I use png, np.uint16 to save depth maps? Or should we use raw format to save depth...
-
3526810272 created a post,
depth frame value == the real distance?
My camera is realsense D435, below is my code: def get_distance(event, x, y, flags, param): if event == cv2.EVENT_RBUTTONDOWN: x = depth_frame.width // 2 y = depth_frame.heigh...
-
3526810272 commented,
If the first extraction is normal and an image with a depth of 16 is extracted. Is it difficult to see frame drops at depth_10 for the second time? Will the frame at depth_16 be the same as the one...
-
3526810272 created a post,
Frame loss or multiple
Why do I experience frame loss or multiple frames when extracting depth maps from the same bag file using the same code. Also, is it the same to extract the same frame twice? From the picture, it ...
-
3526810272 created a post,
I can't open the Intel.RealSense.Viewer.
I can't open the Intel.RealSense.Viewer. When I open this software, it will show the following picture. Any helpI would be grateful.
-
3526810272 commented,
The above error has been resolved, but the result is still as shown above. Thank you very much for your help these days. I'll take the time to get the machine overhauled later. Thanks again for you...
-
3526810272 commented,
At the beginning, I didn't download the SDK, just run the view.exe software and it can run normally. After I downloaded SDK2.0 today, I configured vs2017 to perfection. When running the Sample in t...