
Lalatendu Das
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Lalatendu Das-
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...
-
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...
-
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...
-
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...
-
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...
-
>>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...
-
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...
-
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...
-
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...