Shimamoto1991
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Shimamoto1991-
Shimamoto1991 commented,
OK, I'll give it a try!Thank you very much.
-
Shimamoto1991 commented,
Thank you for the information.Looking at the memory usage graph, it seems similar to the problem I'm facing.I tried taking a snapshot, but unfortunately it doesn't look the same as above.I'm not ve...
-
Shimamoto1991 commented,
Hello, MartyGThe memory leak is silent without warning.Judging from how the process memory of the diagnostic tool of Visual Stdio 2019 goes up. I've also updated the firmware and SDK version to the...
-
Shimamoto1991 created a post,
Memory leak when using context.QueryDevices (C # D455)
"Query Devices ()" is executed at regular intervals to detect camera disconnection.At this time, there is no particular problem with D435, but a memory leak occurs with D455.The language used is C ...
-
Shimamoto1991 commented,
Seeing the reference page, it seems that it can be solved!Thank you very much.
-
Shimamoto1991 commented,
Thank you for your reply.Unfortunately, I can't point the camera straight down ...This time, it is necessary to install it at an angle of 30 deg from directly below.
-
Shimamoto1991 created a post,
Conversion process when shooting the camera from an angle
Due to installation restrictions, the camera (D455) must be installed at an angle.I want to measure the height as seen from directly above.The conversion itself is possible by performing affine tra...
-
Shimamoto1991 commented,
Thank you for your additional research. Saving a single frameset can be difficult, so let's consider another method. Thanks!
-
Shimamoto1991 commented,
Thanks! I tried C # cookbook and it seems that only the time of Task.Delay (1000) is recorded in the bag file. I want to leave only one frame, but is there no choice but to adjust it with time?
-
Shimamoto1991 created a post,
How to record & play one FrameSet in .bag format (C#)
I want to record & play back one FrameSet in .bag format.I checked the sample, but it is captured as a video.How can it be achieved?