Thomas Chenus33
- Total activity 71
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Thomas Chenus33-
The message translates in English into the exeption is : System.ObectDisposedException : "Impossible to access to a deleted object" Name of object: "DepthFrame"
-
I made a few tests and I create a new problem, maybe this is the reason of camera crashing. I loose the DepthFrame into my thread. This is weird because I use the DethFrame just above in the same t...
-
Ok I try on the forum because I still don't found the problem ...
-
I dispose the frame into my processingBlock now and I still have the problem ! I do a .DisposeWith(frames) in the begining of the processingBlock and a .Dispose(); at the end of the processingBlock
-
I try to dispose the processingBlock but i dont now where. I tried few test but nothing work for now. I always have an error occured
-
Intel RealSense Viewer v2.33.1
-
This is my processingBlock :
-
I understand. You pointed me in the right direction. The temporal filter did that to me. I thought that if I didn't give it a value, it's like if it wasn't there. But from the moment you set it it ...
-
Okey. It's not possible for my application to turn off the IR projector, I need it too much! I think I need some help to apply filter, but not inside a processingBlock. I think the problem comes fr...
-
I create a project with only the stream depth and color and the filter. Because when I dont appply any filter I still have noise on my image. The repository is on this link : https://github.com/th...