4.Other

It is recommended to use a display that can display in 1980 x 1080 Image capture size. For the specifications of the PC used to configure the camera, please read the manual for the WV-S71300-F3 and the camera to be linked.
Item
Description
Input
1ch
Input format from the camera to be linked
MJPEG 1920x1080@5fps or MJPEG 1280x720@5fps
Linked cameras
- i-PRO H.265 camera
- Other Company Camera
Extension software
- Up to 2 can be operated simultaneously.
- Supported extension software: AI-VMD / AI People detection / AI Vehicle detection / AI Occupancy detection
Supported systems
Video Insight / Genetec / Milestone / ASM300 with i-PRO Active Guard
 
Note:
-
For “ASM300 with i-PRO Active Guard” supports only i-PRO cameras.
-
For "Video Insight with i-PRO Active Guard”, AI Occupancy Detection alarms are not supported because they do not go through i-PRO Active Guard.
Supported functions with AI Processing Relay for each system
Video Insight with i-PRO Active Guard
AI-VMD
AI People Detection
AI Vehicle Detection
AI Occupancy Detection
Alarm Management



N/A
Similarity Search
-


-
Statistics Dashboard




Genetec / Milestone with i-PRO Active Guard
AI-VMD
AI People Detection
AI Vehicle Detection
AI Occupancy Detection
Alarm Management




Similarity Search
-


-
Statistics Dashboard




ASM300 with i-PRO Active Guard ( only i-PRO Camera is supportted )
AI-VMD
AI People Detection
AI Vehicle Detection
AI Occupancy Detection
Alarm Management




Similarity Search
-


-
Statistics Dashboard




WV-S71300-F3 is recommended for the camera to install this product.
The camera to be linked must support MJPEG 1920x1080@5fps or MJPEG 1280x720@5fps output. In addition, a command to receive MJPEG data is required. Examples of MJPEG commands from various companies are shown below. The following commands are not guaranteed to work with all cameras. Please check the operation of your camera before use.
Manufacturer
MJPEG command example (Http Jpeg stream URL)
Full URL (Http jpeg stream full URL)
Camera setting
i-PRO
cgi-bin/mjpeg?stream=1&frame=5
http://<camera IP>/cgi-bin/mjpeg?stream=1&frame=5
or
https://<camera IP>/cgi-bin/mjpeg?stream=1&frame=5
Open the Image/Audio > Image settings screen of the i-PRO camera and make the following settings:
- Refresh interval (JPEG): 5fps
- JPEG(1) > Image capture size: 1920x1080 or 1280x720
Advidia
video/mjpeg/stream1
http://<camera IP>/video/mjpeg/stream1
This command is for an advidia camera with stream1 set to MJPEG.The Advidia camera settings should be set to "No Authentication" and the connection from AI Processing Relay should be HTTP.
Example: Setup > Security > NetworkSecurity > Authentication > HTTP Authentication = None
AXIS
axis-cgi/mjpg/video.cgi?resolution=1920x1080&fps=5
http://<camera IP>/axis-cgi/mjpg/video.cgi?resolution=1920x1080&fps=5
or
https://<camera IP>/axis-cgi/mjpg/video.cgi?resolution=1920x1080&fps=5
Hanwha
stw-cgi/video.cgi?msubmenu=stream&action=view&Profile=1&CodecType=MJPEG&Resolution=1920x1080&FrameRate=5
http://<camera IP>/stw-cgi/video.cgi?msubmenu=stream&action=view&Profile=1&CodecType=MJPEG&Resolution=1920x1080&FrameRate=5
or
https://<camera IP>/stw-cgi/video.cgi?msubmenu=stream&action=view&Profile=1&CodecType=MJPEG&Resolution=1920x1080&FrameRate=5
This command is used when MJPEG is set as Profile 1 on a Hanwha camera.
VIVOTEK
video1s1.mjpg
http://<camera IP>/video1s1.mjpg
or
https://<camera IP>/video1s1.mjpg
JPEG one shot mode continuously receives JPEG images from the linked camera and performs AI processing on the received images. Although MJPEG is recommended for this product, if your camera does not support MJPEG CGI, try the JPEG one shot mode. Please complete the installation of AI Processing Relay before following the steps below.
(1)
Enter the following CGI to enable JPEG one shot mode
http://<camera IP>/cgi-bin/adam.cgi?methodName=setApplicationPreference&appName=AiEncoderApp&prefType=Integer&prefName=OneShot&value=1

value=1 : JPEG one shot mode on
value=0 : JPEG one shot mode off
(2)
Configure AI Processing Relay with reference to 3.1 Configure this product.
For "Http Jpeg stream URL", enter the command to receive JPEG one shot.

Example: i-PRO camera (single-lens camera)
cgi-bin/camera?stream=1
(3)
If an image is displayed in the Result column, the JPEG one shot mode is working.
- In JPEG one shot mode, a still image is displayed on the AI-VMD and AI Occupancy Detection demo screens.
- AI processing in JPEG one shot mode may not reach the recommended frame rate of 5 fps due to frequent communication with the liked camera.
Examples of JPEG one shot commands from various companies are shown below. The following commands are not guaranteed to work with all cameras. Please check the operation of your camera before use.
Manufacturer
MJPEG command example (Http Jpeg stream URL)
Full URL (Http jpeg stream full URL)
Camera setting
Bosch
snap.jpg
http://<camera IP>/snap.jpg
or
https://<camera IP>/snap.jpg
Avigilon
media/cam0/still.jpg
http://<camera IP>/media/cam0/still.jpg
or
https://<camera IP>/media/cam0/still.jpg
Internet Explorer and Microsoft Edge are registered trademarks or trademarks of Microsoft Corporation in the United States and other countries.
Google Chrome is a trademark of Google LLC.
Firefox is a trademark of the Mozilla Foundation in the United States and other countries.
ONVIF is a trademark of ONVIF Inc.
This product uses the following open source software. See "Open Source Software" for the corresponding license statement.
Software name
License Name
libjpeg-turbo
The IJG (Independent JPEG Group) License, which is listed in README.ijg
The Modified (3-clause) BSD License
The zlib License
Open Source Software
libjpeg-turbo Licenses

libjpeg-turbo is covered by three compatible BSD-style open source licenses:

The IJG (Independent JPEG Group) License, which is listed in README.ijg
This license applies to the libjpeg API library and associated programs (any code inherited from libjpeg, and any modifications to that code.)

The Modified (3-clause) BSD License, which is listed below
This license covers the TurboJPEG API library and associated programs, as well as the build system.

The zlib License
This license is a subset of the other two, and it covers the libjpeg-turbo SIMD extensions.

The Modified (3-clause) BSD License

Copyright (C)2009-2023 D. R. Commander. All Rights Reserved.
Copyright (C)2015 Viktor Szathmáry. 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 the libjpeg-turbo Project 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 AND CONTRIBUTORS "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 HOLDERS 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.
Transferring, copying, disassembling, decompiling, or reverse engineering the software contained in this product is prohibited. Exporting any software contained in this product in violation of export laws and regulations is also prohibited.
-
This product is designed to obtain images for surveillance of a specific area. This product is not intended to prevent crimes by itself.
-
Under no circumstances will we be held responsible for any of the following:
-
Any incidental, special or consequential damage or damage arising directly or indirectly in connection with this product
-
Any inconvenience, damage, or damage incurred due to the inability of an image to be displayed or recorded or the loss of recorded information due to any reason including failure or failure of this product
-
Failure or inconvenience, damage, or damage caused by a system combined with a third party device
-
Claims or claims for damages caused by breaches of privacy by individuals or groups that have become a subject as a result of the use of surveillance images and records that have become public due to some reason (including use with User Authentication Off).
-
The stored information is lost for some reason (including when this product is initialized due to forgetting the authentication information such as username and password)