Changes

1,109 bytes added ,  14:16, 16 September 2022
no edit summary
Line 12: Line 12:  
==ADAS camera general checks==
 
==ADAS camera general checks==
   −
Most common issue is the cable connection between the FMX640 device and the ADAS camera since RJ45 cable pin is required for connection and only 2 pins have to be used from the whole cable.  
+
'''Most common issue is the cable connection between the FMX640 device and the ADAS camera since RJ45 cable pin is required for connection and only 2 pins have to be used from the whole cable.'''
    
*Pin5 and Pin6 are to be used with RX and TX connection, ensure Pin5 is connected to RX cable and TX cable is connected to Pin6.
 
*Pin5 and Pin6 are to be used with RX and TX connection, ensure Pin5 is connected to RX cable and TX cable is connected to Pin6.
 
*If unsure, it is always possible to change the connection between these two cables and see if the issue persists.  
 
*If unsure, it is always possible to change the connection between these two cables and see if the issue persists.  
   −
Camera is connected however, IO parameters are not showing up in the configurator with results.  
+
'''Camera is connected however, IO parameters are not showing up in the configurator with results.'''
   −
Configuration check is required if the camera is not showing in the configurator, ensure RS232 input has ADAS camera selected and baudrate selected as 115200. If everything is selected as needed but the device is not working, check the cabling of the device and the camera. Camera state in IO settings should show as 2.
+
*Configuration check is required if the camera is not showing in the configurator, ensure RS232 input has ADAS camera selected and baudrate selected as 115200. If everything is selected as needed but the device is not working, check the cabling of the device and the camera. Camera state in IO settings should show as 2.
   −
Another method to check whether the camera is working is by sending SMS command to it. mdas_camreq:<file_type>,<file_source>,<timestamp>,<duration>,<domain>,<port>.  
+
*Another method to check whether the camera is working is by sending SMS command to it. mdas_getinfo which is used to get general information about the camera.  
   −
Ho
+
'''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.'''
 +
 
 +
*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.
 +
*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.
0

edits