I currently have a consumer producer loop, and what I want to do is to add an element to queue if the element (picture), has a specific pattern (license plate). After that, I want to pass the image to the consumer loop, so I can use the vision assistant with it.
Can someone please help me?