Other Parts Discussed in Thread: IWRL6432AOP
Tool/software:
I have a IWRL6432BOOST and a IWRL6432AOP for evaluation.
I keep getting the error below when I connect the board to the visualizer and start collecting data. A few data points are plotted but it stops and does not collect any more data and print the error codes in the terminal.
AttributeError: 'Dashcam' object has no attribute 'device'
Traceback (most recent call last):
File "gui_core.py", line 623, in updateGraph
self.demoClassDict[self.demo].updateGraph(outputDict)
File "dashcam.py", line 249, in updateGraph
File "people_tracking.py", line 75, in updateGraph
AttributeError: 'Dashcam' object has no attribute 'device'
Traceback (most recent call last):
File "gui_core.py", line 623, in updateGraph
self.demoClassDict[self.demo].updateGraph(outputDict)
File "dashcam.py", line 249, in updateGraph
File "people_tracking.py", line 75, in updateGraph
AttributeError: 'Dashcam' object has no attribute 'device'
The picture below shows the visualizer data which is stuck on this and does not show any more detections.