Source code for gst-nvarguscamera_src not available

Hi,

the links to the sources listed here Working With Sources — NVIDIA Jetson Linux Developer Guide 1 documentation don’t work. For instance https://nv-tegra.nvidia.com/r/tegra/gst-src/gst-nvarguscamera.git gives me an empty repo ?

Where can I find the sources?

hello simon.willi,

it might be server problem, I also syncing with nothing from the Git server.

however,
please have an alternative to access to jetson-linux-r363, you may also obtain the sources by downloading the [Driver Package (BSP) Sources] package.

hello simon.willi,

it turns out you’re syncing to the master, an initial empty repository.
it should report below if you check with $ git log commands.

$ git log                                                                                                           
commit 721de103d4784e5cca524defdd6598a4be1eca1a (HEAD -> master, origin/master, origin/HEAD)                                                                          
Author: rmandapati@nvidia.com <rmandapati@nvidia.com>                                                                                                                 
Date:   Sat Jul 23 00:45:08 2022 +0000                                                                                                                                
                                                                                                                                                                      
    Initial empty repository             

as you can see… nv-tegra.nvidia Code Review - tegra/gst-src/gst-nvarguscamera.git/summary
you’ll also need to switch the branch to obtain the sources.
for instance, $ git checkout <tag>
please execute $ git checkout jetson_36.3 to sync with JP-6.0/r36.3 sources,
here’s an example for switching to jetson_36.3 code-line.

$ git log                                                                                                                 
commit e3a73c97e214a9dd443a79de05d66da1de8a070b (HEAD, tag: jetson_36.3, origin/l4t/l4t-r36.3)                                                                        
Author: svcmobrel-release <svcmobrel-release@nvidia.com>                                                                                                              
Date:   Thu May 2 11:25:12 2024 -0700                                                                                                                                 
                                                                                                                                                                      
    Updating prebuilts and/or headers
     
    a2b82d590a9e48bc2f838593042f9775ab723057 - gst-nvarguscamera/nvbufsurface.h
    1be6fc0d7406e0633b7e2cba49166a2f0a085cdd - gst-nvarguscamera/Makefile
    f2949ff626879be5aaeabf40e9ad8eab11238b6e - gst-nvarguscamera/gstnvarguscamera_utils.h
    5b71a3ab30d24949dcf3770e509d17dd1af64256 - gst-nvarguscamera/gstnvarguscamera_utils.cpp
    606c0ecfa180dc6018edd226b18d32a54cb62abc - gst-nvarguscamera/gstnvarguscamerasrc.hpp
    35e3f6120c1a9321f18fb9a0374abe10f8d28d3a - gst-nvarguscamera/gstnvarguscamerasrc.cpp
    8855eb20bca511ce81940147a4cf9ab4bdae2f70 - gst-nvarguscamera/3rdpartyheaders.tbz2
    fa14f1cb043a26a6465ce793ac78479d8f6afa02 - gst-nvarguscamera/gstnvdsbufferpool.h
     
    Change-Id: I4fafbfe48439a718264090862cc9402ac040fdca
$ ll gst-nvarguscamera/
total 748
drwxrwxr-x 2 jerry jerry   4096 Jul 16 14:24 ./
drwxrwxr-x 4 jerry jerry   4096 Jul 16 14:24 ../
-rw-rw-r-- 1 jerry jerry 596635 Jul 16 14:24 3rdpartyheaders.tbz2
-rw-rw-r-- 1 jerry jerry   2589 Jul 16 14:24 Makefile
-rw-rw-r-- 1 jerry jerry   2309 Jul 16 14:24 README.txt
-rw-rw-r-- 1 jerry jerry   4941 Jul 16 14:24 gstnvarguscamera_utils.cpp
-rw-rw-r-- 1 jerry jerry   3250 Jul 16 14:24 gstnvarguscamera_utils.h
-rw-rw-r-- 1 jerry jerry  83791 Jul 16 14:24 gstnvarguscamerasrc.cpp
-rw-rw-r-- 1 jerry jerry   8575 Jul 16 14:24 gstnvarguscamerasrc.hpp
-rw-rw-r-- 1 jerry jerry   2633 Jul 16 14:24 gstnvdsbufferpool.h
-rw-rw-r-- 1 jerry jerry  33039 Jul 16 14:24 nvbufsurface.h
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.