I am experimenting with the oak-1, and implementing the the age-gender example. I did a small modification and added an object tracker node that gets the input from the face detection NN, with an xlinkout to stream the tracklets. Once I initiate the pipeline, the camera streams for a couple of seconds before freezing (with no errors). Below is the debugging info I received:
OAK-1 detected, app won't display spatial coordiantes
Creating Age Gender Neural Network...
/home/home/oak/depthai-experiments/gen2-age-gender/main_objectT.py:125: DeprecationWarning: Use 'inputConfig.setWaitForMessage()' instead
age_gender_manip.setWaitForConfigInput(True)
[14442C1071FA3DD700] [47.064] [ObjectTracker(9)] [info] Init node object tracker
[14442C1071FA3DD700] [47.066] [system] [info] ImageManip internal buffer size '203904'B, shave buffer size '37888'B
[14442C1071FA3DD700] [47.066] [system] [info] SIPP (Signal Image Processing Pipeline) internal buffer size '16384'B
[14442C1071FA3DD700] [47.101] [system] [info] NeuralNetwork allocated resources: shaves: [0-11] cmx slices: [0-11]
ColorCamera allocated resources: no shaves; cmx slices: [12-14]
ImageManip allocated resources: shaves: [14-14] no cmx slices.
ObjectTracker allocated resources: shaves: [15-15] cmx slices: [15-15]
[14442C1071FA3DD700] [47.115] [DetectionNetwork(3)] [info] Needed resources: shaves: 6, ddr: 2728832
[14442C1071FA3DD700] [47.346] [NeuralNetwork(7)] [info] Needed resources: shaves: 6, ddr: 23808
[14442C1071FA3DD700] [47.364] [NeuralNetwork(7)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
[14442C1071FA3DD700] [47.364] [DetectionNetwork(3)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
[14442C1071FA3DD700] [47.938] [system] [info] Memory Usage - DDR: 60.34 / 339.99 MiB, CMX: 2.31 / 2.50 MiB, LeonOS Heap: 22.80 / 78.27 MiB, LeonRT Heap: 8.20 / 41.54 MiB
[14442C1071FA3DD700] [47.938] [system] [info] Temperatures - Average: 48.36 °C, CSS: 49.59 °C, MSS 48.25 °C, UPA: 48.47 °C, DSS: 47.13 °C
[14442C1071FA3DD700] [47.938] [system] [info] Cpu Usage - LeonOS 24.31%, LeonRT: 82.08%
Any workaround for this issue?