1229304629
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by 1229304629-
1229304629 commented,
Sorry to bother again,I encounter a problem about the camera when I use deepstream. As you know that,the camera's RGB source is the input stream of the deepstream for object detection. However,I fi...
-
1229304629 commented,
Thanks,so what if I follow distribution_linux.md to install the SDK,is that Ok ? The installation_jetson.md seems to be a little bit complicate compared with the former one.Or, is it a must for me ...
-
1229304629 commented,
Hi,sorry to bother after so long, I am trying to install the SDK in my jetson platform whose system is ubuntu 20.04 with NVIDIA Tegra Orin inside ,which instruction should I refer to ? The distrib...
-
1229304629 commented,
Thanks anyway,if you have any ideas in the future,please feel free to tell me.
-
1229304629 commented,
Thanks,but how can I promise this,because they are opened differently,one is by deepstream,another is by SDK.
-
1229304629 commented,
Thanks,so the RGB stream and depth stream should better be opened at the same time,right? or there will be big latency between these two streams' timestamp.
-
1229304629 commented,
Thanks,do you mean I can use the TIME_OF_ARRIVAL metadata to get the timestamp of the depth frame, and then I can compare it with the timestamp of deepstream's RGB frame?
-
1229304629 commented,
Thank you,so there is still the problem,how can I make them aligned?The RGB stream is in deepstream to cope with,but the depth images are created by the realsen's SDK. Can I just use the timestamp ...
-
1229304629 commented,
Thanks for reply!I want to describe my situation clearly. To begin with, I use /video12 which is RGB stream in my device as the input source of deepstream. At the same time, if I use realsense's SD...
-
1229304629 commented,
So,you mean when I use SDK to create depth images in deepstream,there must be a conflict for V4L2 to decide which source to open thus leading to a crash?