aditdoshi333 How to use oak as a simple camera? Is it mandatory to pass model and blob in the config file? I want to use oak as camera device and then use cv2.imshow() for the captured frames.
philipmolloy Hi aditdoshi333, I would recommend using our upcoming Gen 2 API and following our RGB full resolution saver example. You could simply remove the cv2.imwrite() line if you are not interested in saving the frames. Please let me know if that is what you were looking for! Best, Philip