fix crash if attemp record and thread stopped + try to find good camera to record instead of index 0 , finally use blacklist

This commit is contained in:
2026-07-07 16:04:52 +02:00
parent d805f2ba86
commit 7ac00458df
2 changed files with 59 additions and 13 deletions

View File

@ -43,7 +43,6 @@ target_link_libraries(webcam PRIVATE
engine
framework
opencv_world300
opencv_ts300
extern
Ws2_32