Ask Your Question

SumitM's profile - activity

2014-11-05 11:47:51 -0600 commented answer depth sensor streaming in RGBD camera

i have tried various ways to modify the code with all possible values for different variables, but for some reason it is not working........any suggestions what could I be doing wrong or any other way?

2014-10-11 12:47:53 -0600 received badge  Scholar (source)
2014-10-11 12:47:30 -0600 commented answer RGBD based depth data capture

It would if I could somehow access depth sensor in my RGBD camera. Do you know anyway of doing it? Please refer to my question at http://answers.opencv.org/question/44089/depth-sensor-streaming-in-rgbd-camera/ and let me know if you need any clarification. Thanks in advance!!!

2014-10-11 12:43:34 -0600 commented answer depth sensor streaming in RGBD camera

I cant not read depth sensor data using OpenCV. SDK allows me to stream through RGB and D data. But if I am going for disparity map using color cameras and to combine this depth sensor data, but it does not work in SDK. That's why I need some other method where I can access depth sensor data and color data as well as switch streaming to one another as per requirement for my work. So for that I need some method to open depth sensor stream such as using OpenCV or something like that. Does that explain my situation?

2014-10-10 17:21:10 -0600 commented answer depth sensor streaming in RGBD camera

I have depthsense cameras and the same SDK. The problem is when I have to create disparity image for two color sensors, it cant be done real time, only way is to save images and process it later......I hope that explains my situation.........I desperately need any help I can get.......

2014-10-10 16:18:40 -0600 asked a question depth sensor streaming in RGBD camera

Hi,

Does anyone know how to access depth sensor in RGBD camera using OpenCV, such as streaming or 3d reconstruction or point cloud. I am new to the field and do not understand many things, so bear with me. so far I have been using camera's SDK, but I have reached at a stage where using that may not be possible.any help will be greatly appreciated. thanks in advance! SumitM

2014-10-10 15:53:25 -0600 commented answer RGBD based depth data capture

Thanks Steven (StevenPuttemans).......that seems more appropriate!!!

2014-10-10 15:49:04 -0600 commented question Building a simple 3d model : Using build3dmodel.cpp

Thanks GilLevi

2014-10-06 18:23:29 -0600 commented question Building a simple 3d model : Using build3dmodel.cpp

Hi GilLevi, could you please give your suggestions? Perhaps I could use it. You could also email it to me at [email protected], if so required. Thanks

2014-10-06 14:23:52 -0600 commented question Building 3d model build3dmodel.cpp

Hi Januka, I was wondering if you have anything so far? I am working on the same thing. Any help will be appreciated.

2014-10-02 20:09:02 -0600 commented answer RGBD based depth data capture

Thanks, I will give it a try :)

2014-10-02 17:42:41 -0600 asked a question RGBD based depth data capture

Hi, I was wondering if it's possible to save depth data in a way similar to video format? I am able to save it a jpg image as well as export depth data to a csv, if that helps in anyway. i am kinda new to the image processing and any help will be greatly appreciated. Thanks in advance, Sumit

2014-09-25 13:30:47 -0600 received badge  Editor (source)
2014-09-25 13:29:16 -0600 asked a question coordinate system type

Does anyone know if OpenCV is Left-hand coordinate system or Right hand? And how does it affect the data I am getting? I am using C++ language and Microsoft Visual Studio for my work, if it matters. And the cameras are Depthsense Time-of-Flight. I really need to know that. Thanks.