mirror of
git://nv-tegra.nvidia.com/tegra/gst-src/gst-nvvideo4linux2.git
synced 2025-12-22 09:22:34 +03:00
77c130ed3990efc3a31750d9380ded85e2b660d1 - v4l2_nv_extensions.h c2b683c77f90fbca8b8c2e0b59efee45db468369 - nvbufsurface.h 83e21353d1fe20cba4bd630c3b41c1615b8268ed - nvbuf_utils.h 80b3faf4a2e03de49089b320f0cf005d9a0a54ad - gst-v4l2/gstv4l2bufferpool.c 5948d70c07e87f9b1dc403789dcbed6acfa47ad9 - gst-v4l2/gstv4l2av1enc.c a6f39a3f80f770833a35db7bf41e2ae5de9b6ace - gst-v4l2/sei_parse.c d89a680415f6ff5acec2571cde0fce9054d8e81f - gst-v4l2/gstv4l2vp9enc.h 4311b3fbc6e5675353491a6fab52577ed36f499d - gst-v4l2/gstv4l2.c b724de78f364b0855abfbbaf6fda9ae51ecbfd00 - gst-v4l2/gstv4l2videoenc.c 39fcb2f599e6906ab0fd7ab9a46fef3ea58a8cab - gst-v4l2/gstv4l2vp8enc.h 71be284b547ee68fb0e2cd14b0aeb14734a915a1 - gst-v4l2/gstv4l2bufferpool.h c773f1e03097c888a3fda59ace02ea622e101d13 - gst-v4l2/Makefile 0eabbf0521068ee26f5c620698aac456a2b1d265 - gst-v4l2/gstv4l2object.c e8e973c103725b65232d32817e0305d12d6ff309 - gst-v4l2/gstv4l2h264enc.c b827fd6cb1e3b8ecebd6a07f8556e846e26cba17 - gst-v4l2/gstv4l2allocator.h 02d142337f4b96fcb0c9f2405a3cbe90c5917cca - gst-v4l2/gstv4l2vp9enc.c 85ff961e6bdfb02907033709ee001bc250af8e03 - gst-v4l2/gstv4l2object.h fbdc964b443c64094f5b3f6e2bcd29697bc27694 - gst-v4l2/gstv4l2videodec.h c81eacb7d88c4fb839506dd70055e30d7a9feeec - gst-v4l2/v4l2-utils.h cbc84dccd2506afa4c8f03849c95bb28c83ef4a3 - gst-v4l2/gstv4l2av1enc.h d29e3a719400c3cb27314366d48ec792a3c12363 - gst-v4l2/gstv4l2h265enc.h bb104683f5e4f7402e3f765a891e149edc794e02 - gst-v4l2/gstv4l2h264enc.h b1cd923335aa60985ff9866fba91a2068e8671c7 - gst-v4l2/LICENSE.gst-nvvideo4linux2 c08d733da85d44332a0b7b6a9183308d307d160c - gst-v4l2/gstv4l2videodec.c a002edef13a3bbbdc41e42a7fca40e574ad1bb3e - gst-v4l2/v4l2-utils.c 605f3b6fd4cc1f0e790f5ab50c9e2d87dfea9523 - gst-v4l2/gstv4l2videoenc.h 73b03969d7ae0a8adb374c93999c43af88ea93b2 - gst-v4l2/v4l2_calls.c 807bc9859585a540b0f85e98f147756aab24e1bd - gst-v4l2/gstv4l2vp8enc.c ed77613908dddf791481ea198dfd75f988684226 - gst-v4l2/gstv4l2allocator.c 4a047575250eb3ccb6db1947ed36e9562fe000af - gst-v4l2/gstv4l2h265enc.c 499a9feb17ceabf1f1443923dffa1e0180bf5972 - gst-v4l2/gst/glib-compat-private.h 20c4f7c0cb89c83256650bc3353ed82154cf3a9d - gst-v4l2/gst/gst-i18n-plugin.h e864ee6647f3572b144403d799f68152e9900da1 - gst-v4l2/gst/gettext.h 522ab8fc8531a2c758b9278d29642f5b763fd3e7 - gst-v4l2/ext/videodev2.h a745675b051a2b8434a430c80fde3f245864ca89 - gst-v4l2/ext/v4l2-common.h 1636366b5a062e4bc1791b7bc3012ccf5635b363 - gst-v4l2/ext/v4l2-controls.h 72a34a694337f8f6da3bb94c9faced6730cbd2fc - gst-v4l2/ext/types-compat.h Change-Id: I317d1220d8119b764a2a5dbe1d5796b1c8f726ff
413 lines
12 KiB
C
413 lines
12 KiB
C
/* GStreamer
|
|
*
|
|
* Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
|
* 2006 Edgard Lima <edgard.lima@gmail.com>
|
|
* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* gstv4l2.c: plugin for v4l2 elements
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Library General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Library General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
|
|
#ifndef _GNU_SOURCE
|
|
# define _GNU_SOURCE /* O_CLOEXEC */
|
|
#endif
|
|
|
|
#include "gst/gst-i18n-plugin.h"
|
|
|
|
#include <gst/gst.h>
|
|
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "linux/videodev2.h"
|
|
#include "v4l2-utils.h"
|
|
|
|
#include "gstv4l2object.h"
|
|
|
|
#ifndef USE_V4L2_TARGET_NV
|
|
#include "gstv4l2src.h"
|
|
#include "gstv4l2sink.h"
|
|
#include "gstv4l2radio.h"
|
|
#include "gstv4l2h263enc.h"
|
|
#include "gstv4l2mpeg4enc.h"
|
|
#include "gstv4l2deviceprovider.h"
|
|
#include "gstv4l2transform.h"
|
|
#endif
|
|
|
|
#include "gstv4l2videodec.h"
|
|
#include "gstv4l2h264enc.h"
|
|
#include "gstv4l2h265enc.h"
|
|
#include "gstv4l2vp8enc.h"
|
|
#include "gstv4l2vp9enc.h"
|
|
#include "gstv4l2av1enc.h"
|
|
|
|
/* used in gstv4l2object.c and v4l2_calls.c */
|
|
GST_DEBUG_CATEGORY (v4l2_debug);
|
|
#define GST_CAT_DEFAULT v4l2_debug
|
|
|
|
#ifndef USE_V4L2_TARGET_NV_X86
|
|
gboolean is_cuvid;
|
|
#else
|
|
gboolean is_cuvid = TRUE;
|
|
#endif
|
|
|
|
#ifdef GST_V4L2_ENABLE_PROBE
|
|
/* This is a minimalist probe, for speed, we only enumerate formats */
|
|
static GstCaps *
|
|
gst_v4l2_probe_template_caps (const gchar * device, gint video_fd,
|
|
enum v4l2_buf_type type)
|
|
{
|
|
gint n;
|
|
struct v4l2_fmtdesc format;
|
|
GstCaps *caps;
|
|
|
|
GST_DEBUG ("Getting %s format enumerations", device);
|
|
caps = gst_caps_new_empty ();
|
|
|
|
for (n = 0;; n++) {
|
|
GstStructure *template;
|
|
|
|
memset (&format, 0, sizeof (format));
|
|
|
|
format.index = n;
|
|
format.type = type;
|
|
|
|
if (ioctl (video_fd, VIDIOC_ENUM_FMT, &format) < 0)
|
|
break; /* end of enumeration */
|
|
|
|
GST_LOG ("index: %u", format.index);
|
|
GST_LOG ("type: %d", format.type);
|
|
GST_LOG ("flags: %08x", format.flags);
|
|
GST_LOG ("description: '%s'", format.description);
|
|
GST_LOG ("pixelformat: %" GST_FOURCC_FORMAT,
|
|
GST_FOURCC_ARGS (format.pixelformat));
|
|
|
|
template = gst_v4l2_object_v4l2fourcc_to_structure (format.pixelformat);
|
|
|
|
if (template) {
|
|
GstStructure *alt_t = NULL;
|
|
|
|
switch (format.pixelformat) {
|
|
case V4L2_PIX_FMT_RGB32:
|
|
alt_t = gst_structure_copy (template);
|
|
gst_structure_set (alt_t, "format", G_TYPE_STRING, "ARGB", NULL);
|
|
break;
|
|
case V4L2_PIX_FMT_BGR32:
|
|
alt_t = gst_structure_copy (template);
|
|
gst_structure_set (alt_t, "format", G_TYPE_STRING, "BGRA", NULL);
|
|
default:
|
|
break;
|
|
}
|
|
|
|
gst_caps_append_structure (caps, template);
|
|
|
|
if (alt_t)
|
|
gst_caps_append_structure (caps, alt_t);
|
|
}
|
|
}
|
|
|
|
return gst_caps_simplify (caps);
|
|
}
|
|
|
|
static gboolean
|
|
gst_v4l2_probe_and_register (GstPlugin * plugin)
|
|
{
|
|
GstV4l2Iterator *it;
|
|
gint video_fd = -1;
|
|
struct v4l2_capability vcap;
|
|
guint32 device_caps;
|
|
|
|
it = gst_v4l2_iterator_new ();
|
|
|
|
while (gst_v4l2_iterator_next (it)) {
|
|
GstCaps *src_caps, *sink_caps;
|
|
gchar *basename;
|
|
|
|
if (video_fd >= 0)
|
|
close (video_fd);
|
|
|
|
video_fd = open (it->device_path, O_RDWR | O_CLOEXEC);
|
|
|
|
if (video_fd == -1) {
|
|
GST_DEBUG ("Failed to open %s: %s", it->device_path, g_strerror (errno));
|
|
continue;
|
|
}
|
|
|
|
memset (&vcap, 0, sizeof (vcap));
|
|
|
|
if (ioctl (video_fd, VIDIOC_QUERYCAP, &vcap) < 0) {
|
|
GST_DEBUG ("Failed to get device capabilities: %s", g_strerror (errno));
|
|
continue;
|
|
}
|
|
|
|
if (vcap.capabilities & V4L2_CAP_DEVICE_CAPS)
|
|
device_caps = vcap.device_caps;
|
|
else
|
|
device_caps = vcap.capabilities;
|
|
|
|
if (!((device_caps & (V4L2_CAP_VIDEO_M2M | V4L2_CAP_VIDEO_M2M_MPLANE)) ||
|
|
/* But legacy driver may expose both CAPTURE and OUTPUT */
|
|
((device_caps &
|
|
(V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_CAPTURE_MPLANE)) &&
|
|
(device_caps &
|
|
(V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_OUTPUT_MPLANE)))))
|
|
continue;
|
|
|
|
GST_DEBUG ("Probing '%s' located at '%s'",
|
|
it->device_name ? it->device_name : (const gchar *) vcap.driver,
|
|
it->device_path);
|
|
|
|
/* get sink supported format (no MPLANE for codec) */
|
|
sink_caps = gst_caps_merge (gst_v4l2_probe_template_caps (it->device_path,
|
|
video_fd, V4L2_BUF_TYPE_VIDEO_OUTPUT),
|
|
gst_v4l2_probe_template_caps (it->device_path, video_fd,
|
|
V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE));
|
|
|
|
/* get src supported format */
|
|
src_caps = gst_caps_merge (gst_v4l2_probe_template_caps (it->device_path,
|
|
video_fd, V4L2_BUF_TYPE_VIDEO_CAPTURE),
|
|
gst_v4l2_probe_template_caps (it->device_path, video_fd,
|
|
V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE));
|
|
|
|
/* Skip devices without any supported formats */
|
|
if (gst_caps_is_empty (sink_caps) || gst_caps_is_empty (src_caps)) {
|
|
gst_caps_unref (sink_caps);
|
|
gst_caps_unref (src_caps);
|
|
continue;
|
|
}
|
|
|
|
basename = g_path_get_basename (it->device_path);
|
|
|
|
if (gst_v4l2_is_video_dec (sink_caps, src_caps)) {
|
|
gst_v4l2_video_dec_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
} else if (gst_v4l2_is_video_enc (sink_caps, src_caps, NULL)) {
|
|
if (gst_v4l2_is_h264_enc (sink_caps, src_caps))
|
|
gst_v4l2_h264_enc_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
|
|
if (gst_v4l2_is_mpeg4_enc (sink_caps, src_caps))
|
|
gst_v4l2_mpeg4_enc_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
|
|
if (gst_v4l2_is_h263_enc (sink_caps, src_caps))
|
|
gst_v4l2_h263_enc_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
|
|
if (gst_v4l2_is_vp8_enc (sink_caps, src_caps))
|
|
gst_v4l2_vp8_enc_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
|
|
if (gst_v4l2_is_vp9_enc (sink_caps, src_caps))
|
|
gst_v4l2_vp9_enc_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
if (gst_v4l2_is_av1_enc (sink_caps, src_caps))
|
|
gst_v4l2_av1_enc_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
} else if (gst_v4l2_is_transform (sink_caps, src_caps)) {
|
|
gst_v4l2_transform_register (plugin, basename, it->device_path,
|
|
sink_caps, src_caps);
|
|
}
|
|
/* else if ( ... etc. */
|
|
|
|
gst_caps_unref (sink_caps);
|
|
gst_caps_unref (src_caps);
|
|
g_free (basename);
|
|
}
|
|
|
|
if (video_fd >= 0)
|
|
close (video_fd);
|
|
|
|
gst_v4l2_iterator_free (it);
|
|
|
|
return TRUE;
|
|
}
|
|
#endif
|
|
|
|
#ifndef USE_V4L2_TARGET_NV
|
|
static gboolean
|
|
plugin_init (GstPlugin * plugin)
|
|
{
|
|
const gchar *paths[] = { "/dev", "/dev/v4l2", NULL };
|
|
const gchar *names[] = { "video", NULL };
|
|
|
|
GST_DEBUG_CATEGORY_INIT (v4l2_debug, "v4l2", 0, "V4L2 API calls");
|
|
|
|
/* Add some depedency, so the dynamic features get updated upon changes in
|
|
* /dev/video* */
|
|
gst_plugin_add_dependency (plugin,
|
|
NULL, paths, names, GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_PREFIX);
|
|
|
|
if (!gst_element_register (plugin, "v4l2src", GST_RANK_PRIMARY,
|
|
GST_TYPE_V4L2SRC) ||
|
|
!gst_element_register (plugin, "v4l2sink", GST_RANK_NONE,
|
|
GST_TYPE_V4L2SINK) ||
|
|
!gst_element_register (plugin, "v4l2radio", GST_RANK_NONE,
|
|
GST_TYPE_V4L2RADIO) ||
|
|
!gst_device_provider_register (plugin, "v4l2deviceprovider",
|
|
GST_RANK_PRIMARY, GST_TYPE_V4L2_DEVICE_PROVIDER)
|
|
/* etc. */
|
|
#ifdef GST_V4L2_ENABLE_PROBE
|
|
|| !gst_v4l2_probe_and_register (plugin)
|
|
#endif
|
|
)
|
|
return FALSE;
|
|
|
|
#ifdef ENABLE_NLS
|
|
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
|
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
|
#endif /* ENABLE_NLS */
|
|
|
|
return TRUE;
|
|
}
|
|
|
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|
GST_VERSION_MINOR,
|
|
video4linux2,
|
|
"elements for Video 4 Linux",
|
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
|
|
|
#else
|
|
|
|
static gboolean
|
|
plugin_init (GstPlugin * plugin)
|
|
{
|
|
gboolean ret = TRUE;
|
|
|
|
g_setenv ("GST_V4L2_USE_LIBV4L2", "1", FALSE);
|
|
|
|
GST_DEBUG_CATEGORY_INIT (v4l2_debug, "v4l2", 0, "V4L2 API calls");
|
|
|
|
#ifndef USE_V4L2_TARGET_NV_X86
|
|
int ret_val = -1;
|
|
ret_val = system("lsmod | grep 'nvgpu' > /dev/null");
|
|
if (ret_val == -1) {
|
|
return FALSE;
|
|
}
|
|
else if (ret_val == 0) {
|
|
is_cuvid = FALSE;
|
|
}
|
|
else {
|
|
is_cuvid = TRUE;
|
|
}
|
|
#endif
|
|
|
|
if (is_cuvid == TRUE)
|
|
gst_v4l2_video_dec_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVDEC,
|
|
V4L2_DEVICE_PATH_NVDEC_MCCOY,
|
|
NULL,
|
|
NULL);
|
|
else if (access (V4L2_DEVICE_PATH_NVDEC, F_OK) == 0)
|
|
gst_v4l2_video_dec_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVDEC,
|
|
V4L2_DEVICE_PATH_NVDEC,
|
|
NULL,
|
|
NULL);
|
|
else
|
|
gst_v4l2_video_dec_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVDEC,
|
|
V4L2_DEVICE_PATH_NVDEC_ALT,
|
|
NULL,
|
|
NULL);
|
|
|
|
if (access (V4L2_DEVICE_PATH_NVENC, F_OK) == 0) {
|
|
gst_v4l2_h264_enc_register(plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC,
|
|
NULL,
|
|
NULL);
|
|
gst_v4l2_h265_enc_register(plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC,
|
|
NULL,
|
|
NULL);
|
|
} else {
|
|
gst_v4l2_h264_enc_register(plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC_ALT,
|
|
NULL,
|
|
NULL);
|
|
gst_v4l2_h265_enc_register(plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC_ALT,
|
|
NULL,
|
|
NULL);
|
|
}
|
|
|
|
if (is_cuvid == FALSE) {
|
|
if (access (V4L2_DEVICE_PATH_NVENC, F_OK) == 0) {
|
|
gst_v4l2_vp8_enc_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC,
|
|
NULL,
|
|
NULL);
|
|
gst_v4l2_vp9_enc_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC,
|
|
NULL,
|
|
NULL);
|
|
gst_v4l2_av1_enc_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC,
|
|
NULL,
|
|
NULL);
|
|
} else {
|
|
gst_v4l2_vp8_enc_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC_ALT,
|
|
NULL,
|
|
NULL);
|
|
gst_v4l2_vp9_enc_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC_ALT,
|
|
NULL,
|
|
NULL);
|
|
gst_v4l2_av1_enc_register (plugin,
|
|
V4L2_DEVICE_BASENAME_NVENC,
|
|
V4L2_DEVICE_PATH_NVENC_ALT,
|
|
NULL,
|
|
NULL);
|
|
}
|
|
}
|
|
|
|
return ret;
|
|
}
|
|
|
|
#ifndef PACKAGE
|
|
#define PACKAGE "nvvideo4linux2"
|
|
#endif
|
|
|
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|
GST_VERSION_MINOR,
|
|
nvvideo4linux2,
|
|
"Nvidia elements for Video 4 Linux",
|
|
plugin_init,
|
|
"1.14.0",
|
|
"LGPL",
|
|
"nvvideo4linux2",
|
|
"http://nvidia.com/")
|
|
#endif
|