Changes

1,863 bytes removed ,  11:13, 14 July 2022
Line 147: Line 147:     
* [[Teltonika Dualcam REACH|Teltonika DualCam REACH]]
 
* [[Teltonika Dualcam REACH|Teltonika DualCam REACH]]
  −
==Camera ping transmission and TF status checking==
  −
Camera pinging was implemented to periodically check if a camera is connected to a device. This is done via “Get TF status” command for both front and rear camera every 20 seconds when ignition is on. The received result from this command is stored in two corresponding AVL elements “Front camera state” and “Rear camera state”. The following do not only store TF status, but also if response from the camera was received or not.
  −
{| class="wikitable"
  −
|+
  −
! rowspan="1" style="width: 400px; background: #0054A6; color: white;" |'''Parameter name'''
  −
! rowspan="1" style="width: 400px; background: #0054A6; color: white;" |'''Parameter AVL ID'''
  −
! rowspan="1" style="width: 400px; background: #0054A6; color: white;" |'''Parameter values'''
  −
|-
  −
| rowspan="2" style="text-align: center; style=" width: 150px; background: white; color: black;" |Front camera state:
  −
| rowspan="2" style="text-align: center; style=" width: 150px; background: white; color: black;" |498
  −
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |0 - Camera not detected
  −
|-
  −
|-
  −
|-
  −
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |1 - No card
  −
|-
  −
| rowspan="4" style="text-align: center; style=" width: 150px; background: white; color: black;" |Rear camera state:
  −
| rowspan="4" style="text-align: center; style=" width: 150px; background: white; color: black;" |497
  −
|-
  −
|-
  −
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |2 - Card mount failed
  −
|-
  −
|-
  −
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |3 - Card mounted
  −
|-
  −
| rowspan="1" style="text-align: center; style=" width: 150px; background: white; color: black;" |4 - Card faulty
  −
|-
  −
|}
  −
<br>
      
== How to read camera data from SD card ==
 
== How to read camera data from SD card ==