Shimamoto1991
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Shimamoto1991-
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 ...
-
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...
-
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?
-
About passing FrameSet from asynchronous thread to main thread (C #)
I want to pass the FrameSet acquired in the asynchronous thread to the main thread.I tried the following code, but when the source FrameSet is released, the copy destination is also released.How ca...