1
Chronos User Discussion / Re: Accessing the live feed of the camera using Python and OpenCV
« on: January 31, 2023, 09:02:44 AM »Hello, I had the same problems. Unfortunately I did not find a way to access the livestream directly with OpenCV. I have attached my basic file. I have a class for the REST API comminication and for the livestream images a RTSP class. I have attached the RTSP class. Maybe this will help you. I found a good RTSP library, then it was not difficult.
Thank you Jan, it seems good but does not seem to work. What package do you use for "from component.base_component import BaseComponent" as everything I download does not work and removing it does not help either. Thanks sorry it's been a long reply