Changes

no edit summary
Line 1: Line 1:  +
==Server side configuration source code==
 +
 +
Together with the communication protocol, this server side source code can be downloaded and implemented upon personal servers for the ease of use and configuration, please see index.js, debug.js and protocol.js which can be copied into the server.
 +
 +
Server files & source code can be downloaded [https://drive.teltonika.lt/f/51cf36cccc54430da753/?dl=1 here].
 +
 +
Please see index.js, debug.js and protocol.js files. These files contain required support for camera downloads and they can be inserted straight into server. The folder can also be run as server and will work with file downloads, so if personal server is not available, there is always a possibility to use this default server.
 +
 +
[[File:Server123.png|center]]
 +
 +
All that is required is an open Port on the computer and that port has to be written in run_server.bat file. Also by clicking on Readme file, you will be able to see the settings which you can enter into that run_server.bat file by right clicking the mouse button on it and choosing edit option. These settings include choices like DualCam download, ADAS file download or Auto mode, Metadata inclusion and etc.
 +
 +
[[File:Server edit.png|center]]
 +
 +
In this case, Notepad++ is chosen but you can choose any text editor in order to update the file.
 +
 
==Camera file transfer reconnection==
 
==Camera file transfer reconnection==
 
If FMU1YX device has bad reception, server is not reachable or wrong server details are configured, then the device tries to open a link to a camera server few consecutive times. If no connection was possible to be established, then the connection is postponed for 30 minutes and tried again (or tried every configured sending interval if periodic image sending is enabled).
 
If FMU1YX device has bad reception, server is not reachable or wrong server details are configured, then the device tries to open a link to a camera server few consecutive times. If no connection was possible to be established, then the connection is postponed for 30 minutes and tried again (or tried every configured sending interval if periodic image sending is enabled).
Line 403: Line 419:  
==Video files and conversion==
 
==Video files and conversion==
 
Videos downloaded from the camera are in the raw h265 format. By default, they could be viewed using the ZMVideoPlayer program in the h265 format. If the videos are needed in a more common format, they can be converted.
 
Videos downloaded from the camera are in the raw h265 format. By default, they could be viewed using the ZMVideoPlayer program in the h265 format. If the videos are needed in a more common format, they can be converted.
  −
==Server side configuration source code==
  −
  −
Together with the communication protocol, this server side source code can be downloaded and implemented upon personal servers for the ease of use and configuration, please see index.js, debug.js and protocol.js which can be copied into the server.
  −
  −
Server files & source code can be downloaded [https://drive.teltonika.lt/f/51cf36cccc54430da753/?dl=1 here].
  −
  −
Please see index.js, debug.js and protocol.js files. These files contain required support for camera downloads and they can be inserted straight into server. The folder can also be run as server and will work with file downloads, so if personal server is not available, there is always a possibility to use this default server.
  −
  −
[[File:Server123.png|center]]
  −
  −
All that is required is an open Port on the computer and that port has to be written in run_server.bat file. Also by clicking on Readme file, you will be able to see the settings which you can enter into that run_server.bat file by right clicking the mouse button on it and choosing edit option. These settings include choices like DualCam download, ADAS file download or Auto mode, Metadata inclusion and etc.
  −
  −
[[File:Server edit.png|center]]
  −
  −
In this case, Notepad++ is chosen but you can choose any text editor in order to update the file.
         
[[Category:Teltonika DualCam]]
 
[[Category:Teltonika DualCam]]
0

edits