Amitelle1337
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 4
Activity overview
Latest activity by Amitelle1337-
Amitelle1337 created a post,
Capturing Frames Asynchronously
I have a project written in C#.Lately, I've started adding migrating my code to async-await syntax for better performance.I was wondering if there's a way (in C#), to capture asynchronously.Current...
-
Amitelle1337 commented,
I'll try that, thank you. Edit: After posting an issue on github, I've got my question answered.If anyone interested in the response, here is the issue: https://github.com/IntelRealSense/librealsen...
-
Amitelle1337 commented,
I mean, I don't really care for the processing time, I just want the capturing time to be as fast as possible with ~30 frames from each camera (15 frames work fine right now, but I would like the b...
-
Amitelle1337 commented,
I've read through almost the entire CSharp wrapper code but unfortunately, I cannot find anything related to my issue.I am assuming the information I need is located in the src of Libreasense.I gue...
-
Amitelle1337 created a post,
Object Pool Size
Hey, I have a system that contains 6 cameras that capture simultaneously, and I am using the c# wrapper for this project.I am having trouble with the object pool because of the massive amount of da...
-
Amitelle1337 commented,
OK, thank you.
-
Amitelle1337 commented,
Ok, stereo-depth cameras need it, but is it necessary for all camera types: stereo-depth, LiDAR, coded-light?
-
Amitelle1337 commented,
A follow-up question:Is it necessary to do it when capturing only the depth-stream from the camera?
-
Amitelle1337 commented,
Thank you!
-
Amitelle1337 created a post,
Capturing dummy frames
I am trying to build a system to scan objects. I was wondering if it is necessary to capture "dummy" frames in order to "heat up" the camera. I think I saw it being used in one of the examples but ...