Hcharrier
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Hcharrier-
Hcharrier commented,
Hi @MartyG, Thank you for your awnser, indeed, a full reinstallation solved my problem for the infrared stream. However, the same exception is raised with the GPIO stream, I saw in https://github.c...
-
Hcharrier created a post,
Unable to stream infrared/fisheye/gpio in C#/Windows
Hi, I tried to use infrared stream with following configuration : realsense D435 Windows 10 SDK version is 2.50.0 Camera firmware 05.13.00.50 For launching the infrared stream, I tried the follow...
-
Hcharrier commented,
Hi MartyX Grover, thanks for the quck reply. Can you confirm please whether your project using multicam code to automatically build a list of attached cameras with ctx.QueryDevices and creating a ...
-
Hcharrier created a post,
Making a depth and RGB capture on demand with C#
Hi all, I have a project where only 2 FPS could be sufficient, is it possible to request RGB and depth frames on demand without passing through a pipeline with C#, eventually with EmguCV ? I want t...
-
Hcharrier commented,
MartyG yes I succeed to make it work, now it is detecting lost connection and tries to relaunch the stream once the connection is re-established.
-
Hcharrier commented,
Hi MartyG, thank you for your help. I already saw this topic but I was hopping I could use the event as it is dedicated for that scenario... Anyway, I finally check for lost/found connection in a t...
-
Hcharrier created a post,
Exception thrown during deconnection with D435
Hi All, I have tried to develop a C# class for multiple IntelRealSense D435 cameras. I tried to use a delegate function on OnDeviceChanged event, that should arise with connection/deconnection of ...