Hi,
I am running deep-stream test-app 3 and 2. I am able to run this for video and on rtsp url. But don’t know how to run it on Raspberry pi v2 camera ? what should I pass in command line arguments ?
Please help me out I never used mipi camera.
Hi,
I am running deep-stream test-app 3 and 2. I am able to run this for video and on rtsp url. But don’t know how to run it on Raspberry pi v2 camera ? what should I pass in command line arguments ?
Please help me out I never used mipi camera.
Hi,
Please refer to
https://devtalk.nvidia.com/default/topic/1065069/deepstream-sdk/csi-camera-implementation-in-deepstream-test1-app/post/5393374/#5393374
https://devtalk.nvidia.com/default/topic/1066251/deepstream-sdk/save-camera-feed/post/5400303/#5400303
Thanks DaneLLL for response.
But not getting clear idea how do i will use it with deepstream test app-3 or 2.
Please help me out.
Is there any reference application like deepstream test app which is using CSI camera.
Hi,
You may check create_camera_source_bin() in
deepstream_sdk_v4.0.2_jetson\sources\apps\apps-common\src\deepstream_source_bin.c
Hi,
For more information, create_camera_source_bin() runs like:
nvarguscamerasrc bufapi-version=1 maxperf=1
A similar request for test4:
https://devtalk.nvidia.com/default/topic/1066251/deepstream-sdk/save-camera-feed/post/5400303/#5400303
FYI.