The API documentation on Object tracker on video states in line 68 that xinFrame.out.link(objectTracker.inputTrackerFrame)
is used. However, shouldn't it be manip.out.link(objectTracker.inputTrackerFrame)
? This consideration arises because, as the detection_network is provided with the frame after manipulation, the tracker should ideally receive the same manipulated frame instead of the original frame from xinFrame. Am I overlooking any crucial details?