From 6541e5c93cec22d56d2bd581e1d61701110985a8 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Fri, 25 May 2018 15:08:42 +0900 Subject: [PATCH] [Source] Add directory and README. A new element for NNStreamer is drafted in the architecture document. Signed-off-by: MyungJoo Ham --- tensor_source/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tensor_source/README.md diff --git a/tensor_source/README.md b/tensor_source/README.md new file mode 100644 index 0000000..b8005ba --- /dev/null +++ b/tensor_source/README.md @@ -0,0 +1,16 @@ +# NNStreamer::tensor_source + +## Motivation + +Allow non Gstreamer standard input sources to provide other/tensor stream. + +Such sources include, but not limited to: + +- Output of general external applications including instances of nerual network frameworks and models not using NNStreamer suite. +- Output of non gstreamer compatible sensors, such as Linux IIO devices: [Industrial I/O, 01.org](https://01.org/linuxgraphics/gfx-docs/drm/driver-api/iio/index.html). We may need to get streams from thermostats, light detectors, IMUs, or signals from GPIO pins. +- Output of LIDAR and RADAR in case we do not have V4L2 interfaces for them. + + +## Output Format (src_pad) + +other/tensor -- 2.7.4