Lalatendu Das
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Lalatendu Das-
Lalatendu Das commented,
Looks like you are refering to the object representing a real sensor of the camera. They have exported the APIs you are pointing in the links. But corresponding APIs are not defined for software_se...
-
Lalatendu Das commented,
Hey Marty, I had referred this example earlier, unfortunately it is found that many APIs mentioned in this examples are obsolete and not present in current python binding. I have altered them to re...
-
Lalatendu Das commented,
Exact error is pasted below while running the above example is pasted below. I have altered some variable names for better understanding hence this error might look little different than what pastd...
-
Lalatendu Das commented,
Hi Marty, Looks like I missed to paste the whole code that's why these confusion. cfg used in earlier example is for extracting the real frame from camera. Additionally In that example i didn't ha...
-
Lalatendu Das commented,
Hi Marty I found two probable approaches suggested in the thread dscribing issue 7057. 1. Using RS client-server example. rs-net python example. It converts the rs2 frames to numpy array then seri...
-
Lalatendu Das commented,
>>Is it image files such as PNG or a video stream from the camera? We are using video stream from camera but due to certain requirement for e.g. camera ingestor and analytics are part of separate c...
-
Lalatendu Das commented,
Added the complete python code for brevity. Commented many APIs which should be needed but for the shake of knowing what all APIs are not present in case of python binding I keep commenting them to...
-
Lalatendu Das commented,
Infact upon further debugging it is found that following APIs are not implemented too. Am I missing something very obvious here because I see many APIs are missing. Ofcourse I am trying to map to c...
-
Lalatendu Das created a post,
exploring equivalent API in python for rs2::software_device::create_matcher(RS2_MATCHER_DLR_C) defined in c++
I was trying to used a software_device & syncer class for extracting rs2 frameset from the byte pixel of an image. I could able to do it sucessfully using c++ API. But while replicating the same ex...
-
Lalatendu Das commented,
Hi MartyG Thanks for your response. The Auto-Exposure Priority disable didn't help much. The issue finally got fixed by setting correct bits per pixel value for RGB frame (i.e. 3 instead of same as...