
Thomas Chenus33
- Total activity 71
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Thomas Chenus33-
Thomas Chenus33 created a post,
Amp consumption camera d435
Hello, I need to know how many amp each camera D435 consumes in a max of there possibility ? I dont found the information on DataSheet. Thanks Thomas
-
Thomas Chenus33 commented,
The message translates in English into the exeption is : System.ObectDisposedException : "Impossible to access to a deleted object" Name of object: "DepthFrame"
-
Thomas Chenus33 commented,
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...
-
Thomas Chenus33 commented,
Ok I try on the forum because I still don't found the problem ...
-
Thomas Chenus33 commented,
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
-
Thomas Chenus33 commented,
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
-
Thomas Chenus33 commented,
Intel RealSense Viewer v2.33.1
-
Thomas Chenus33 commented,
This is my processingBlock :
-
Thomas Chenus33 created a post,
Frame didn't arrive within 5000 - with two camera | c#
Hello, Since I'm using the D435 camera I'm encountering a problem. I use a configuration with two D435 cameras on the same pc. I use a DLL that I created to create the pipeline and the ProcessingBl...
-
Thomas Chenus33 commented,
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 ...