Files
svcmobrel-release 0759854ddb Updating prebuilts and/or headers
5b71a3ab30d24949dcf3770e509d17dd1af64256 - gst-nvarguscamera/gstnvarguscamera_utils.cpp
fa14f1cb043a26a6465ce793ac78479d8f6afa02 - gst-nvarguscamera/gstnvdsbufferpool.h
2d40637e04ba1be9b48393f71bed54b09590ab0d - gst-nvarguscamera/nvbufsurface.h
c3f21bd4363243ad1bca5b1d434b5896402eec14 - gst-nvarguscamera/nvbuf_utils.h
3f464ae254de9dbd8b222360a88fefec9f0e0799 - gst-nvarguscamera/gstnvarguscamerasrc.cpp
f2949ff626879be5aaeabf40e9ad8eab11238b6e - gst-nvarguscamera/gstnvarguscamera_utils.h
1be6fc0d7406e0633b7e2cba49166a2f0a085cdd - gst-nvarguscamera/Makefile
0c275d4140ecb406c3632175662a0cf4d969a507 - gst-nvarguscamera/3rdpartyheaders.tbz2
09f1450201c3927b8ad9d34ac8e1009abcea7f3a - gst-nvarguscamera/gstnvarguscamerasrc.hpp

Change-Id: I31c7a0afc2a2d7063b281122d97fc28cf7f64297
2023-03-28 13:43:24 -07:00
..
2023-03-28 13:43:24 -07:00
2023-03-28 13:43:24 -07:00

# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#  * Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#  * Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#  * Neither the name of NVIDIA CORPORATION nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Steps to compile the "gst-nvarguscamera" sources natively:

1) Install gstreamer related packages on target using the command:

	sudo apt-get install libgstreamer1.0-dev \
		gstreamer1.0-plugins-base \
		gstreamer1.0-plugins-good \
		libgstreamer-plugins-base1.0-dev \
		libegl1-mesa-dev

2) Install "jetson_multimedia_api" package from latest Jetpack release.

3) Download and extract the package "gst-nvarguscamera_src.tbz2" as follow:

	tar -I lbzip2 -xvf gst-nvarguscamera_src.tbz2

3) Run the following commands to build and install "libgstnvarguscamerasrc.so":
	cd "gst-nvarguscamera"
	make
	make install
	or
	DEST_DIR=<dir> make install

  Note: "make install" will copy library "libgstnvarguscamerasrc.so"
  into "/usr/lib/aarch64-linux-gnu/gstreamer-1.0" directory.