I need to share a list between these 2 functions that are being called in different threads
I want to use the list frame_buffer in both functions update_frame and get_stream these 2 fucntions are called in different threads but I am using a lock object so I am stumped by this please help.