See https://github.com/Raider-Robotics-Team-1518/Jetson/blob/master/parallelized/targeting.py#L61
rv.get_video_stream(source) reports that it cannot find the IPcam, though stock OpenCV camera.read() works fine. This is likely due to the interactions between the multithreading in VideoStream and multiprocessing in the implementation.
See https://github.com/Raider-Robotics-Team-1518/Jetson/blob/master/parallelized/targeting.py#L61
rv.get_video_stream(source)reports that it cannot find the IPcam, though stock OpenCV camera.read() works fine. This is likely due to the interactions between the multithreading in VideoStream and multiprocessing in the implementation.