D3Engineering / d3-jetson-bsp

Board support package for Nvidia Jetson products.
14 stars 12 forks source link

Argus Installation on Jetson Xavier AGX #29

Open vivekJB1 opened 1 year ago

vivekJB1 commented 1 year ago

Hi @D3-growe @D3-jwatts @D3-jwatts ,

This is regarding installation of Argus on Jetson Xavier AGX. Can you confirm the below steps are correct to install Argus:

Step 1> Go to to Terminal. S2> sudo apt update # this will update the repositories. S3> sudo apt install argus-server # this will install the argus server on agx. S4> d3-build-tegra-media-api Note: Step 4 instruction will install Argus and message will appear “Terga Multimedia API Installed”.

S5> argus_camera& #This step will execute/start Argus Camera Use.

But the argus_camera application did not started. Can you help how can I activate camera streaming using argus? Do I need to perform some extra setting for it?

d3-cburrows commented 1 year ago

I think the argus-server package in step 3 is not what you're looking for. See this Ubuntu package details page.

Other than that, your steps look correct. Assuming that you've installed the SDK components from NVIDIA, and the d3-build-tegra-media-api script succeeded, you should have argus_camera somewhere in your path. Run which argus_camera to see for sure. You shouldn't have to do anything other than that. image

Could you provide some more detail about what happens when you run argus_camera? Does the command exit with no output? Does it cause a segmentation fault? Are there any logs you could provide to help us narrow it down?

Thanks, Cody