Finally, I've figured out that it is opencv synchronization issue. To make it work sync=false parameter should be added to kmssink:
Code:
writer = cv2.VideoWriter("appsrc ! videoconvert ! kmssink sync=false", 0, 25, (720, 576))
Statistics: Posted by al1img — Mon Mar 25, 2024 6:12 pm