Get Video Stream Intrinsics Color #13482
crisannik26
started this conversation in
General
Replies: 1 comment
-
Hi @crisannik26 The C# code for the color intrinsics should be similar to the Cookbook's depth intrinsics. #9765 (comment) demonstrates retrieving the color intrinsics.
If you want to write your code in the same structure that the Cookbook uses then you could try something like this, defining 'di' and 'ci' variables to separately store the retrieved Depth and Color intrinsics in.:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i have got a little problem. I need to get intrinsics color data from intel realsense 435.
I have followed this link: https://github.com/IntelRealSense/librealsense/blob/master/wrappers/csharp/Documentation/cookbook.md#get-video-stream-intrinsics
and get depth intrinsics.
How can i do to get intrinsics color data?
Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions