|
nx_video_source_sdk
1.0
Video Source SDK
|
// Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
This plugin provides access to a directory with image files using Camera Integration API (mainly, by implementing nxcip::DtsArchiveReader interface).
Images from the specified directory are provided as a stream of frames with the specified duration (in milliseconds). Images are read in unspecified order.
Specify a directory containing JPEG images using the URL in the form file:////root/dir on Unix-like systems (note 4 slashes), or file:///C:/root/dir on Windows (note 3 slashes at the beginning, and the use of forward slashes in the path).
This plugin is provided as an example of integration and is not intended for production purpose.
1.8.14