Changes

83 bytes added ,  12:05, 21 September 2022
no edit summary
Line 25: Line 25:  
'''mdas_camreq:<file_type>,<file_source>,<timestamp>,<duration>,<domain>,<port> gives different errors like invalid domain, invalid timestamp, file request from camera timed out, buffer is full, SD card missing.'''
 
'''mdas_camreq:<file_type>,<file_source>,<timestamp>,<duration>,<domain>,<port> gives different errors like invalid domain, invalid timestamp, file request from camera timed out, buffer is full, SD card missing.'''
    +
*FMX125 and FMX225 does not have compatibility to support image/video download.
 
*Main issue to check is the structure of the message, especially when the error received is invalid domain or timestamp or duration. This usually happens when the user enters too many commas by accident or does not place them in the right place by accident.  
 
*Main issue to check is the structure of the message, especially when the error received is invalid domain or timestamp or duration. This usually happens when the user enters too many commas by accident or does not place them in the right place by accident.  
 
*Request from camera timed out error is usually associated with timestamp issues where the requested timestamp is not recorded into the SD card.  
 
*Request from camera timed out error is usually associated with timestamp issues where the requested timestamp is not recorded into the SD card.  
 
*Full buffer error is usually received when the commands are being spammed too much and the device is not able to send all the messages, they get piled up and hard restart is required.  
 
*Full buffer error is usually received when the commands are being spammed too much and the device is not able to send all the messages, they get piled up and hard restart is required.  
*SD card missing error usually means a displacement of the SD card inside the FMX device or the ADAS camera itself. Another issue to check is the formatting of the card which is not read by the device, therefore we suggest formatting the SD card to FAT32 format before inserting it into the device.
+
*SD card missing error usually means a displacement of the SD card inside the FMX640 device or the ADAS camera itself. Another issue to check is the formatting of the card which is not read by the device, therefore we suggest formatting the SD card to FAT32 format before inserting it into the device.
0

edits