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-
In this image I had disabled absolutely all filters, but using a processingBlock, in the same way of the exemple RS-DevProjectC# . And you can see in the red circle of the remnants of the previous ...
-
Ok thank you so much
-
Hello Marty. I need now to be able to connect several cameras on a single application. To do this I would need the connection information of the cameras I gess, so that I can then launch a thread p...
-
Yes, that would work. But when I plug the camera back in, I can't retrieve the login information.But I'll already work with that, if I have to do a new init of my camera in a try catch. Thank you !
-
No problem, for me it was the end of the day. I tried just now and actually I'm able to retrieve the device in question. But I can't get the information from this one. My goal would be to record it...
-
Thx Marty! I tried to translate to C#, but I can't call the same function as in cpp or python in C#. Cpp exemple : C# exemple : On this exemple you can show I can't found the fonction "Get_activ...
-
Okay, I understand, it's because I'm creating a min/max distance and I didn't mean it, but it's impossible to get depth readings outside this area. But it actually makes sense. Thanks Marty :)
-
Hello Marty, I have a query. I use the GetDistance function to return the distance to a point. During my first use, in MoyennePoint, I get a value, but in the second call to GetDistance I always g...
-
Hello Marty, I couldn't find anything to help me with the server, so I switched to a new server with windows10. I have no problem running my program now. For the moment I'm doing the tests without...
-
OK ... I try an other DLL because the first I used is in x86 version and not x64. I change to the good one, I think every think is similar inside because my modifications still work and Threshold s...