Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

GstGUIImager: get / set properties not thread safe #441

Closed JohnDMcMaster closed 9 months ago

JohnDMcMaster commented 9 months ago

get_imager_ts() is used in planner and scripting. While get_image() is thread safe, these functions are not thread safe

JohnDMcMaster commented 9 months ago

done