MahdiMseddi Hi all, For OAK cameras with a storage like oak-1 PoE, how can I implement my model into the storage and the camera can get it directly from its storage to do object tracking for example ?
jakaskerl Hi MahdiMseddi The feature you are describing is called "standalone mode". I'd suggest checking out our documentation, which has a tutorial on how to run cameras in standalone mode. Let me know if you have any more questions. Jaka
MahdiMseddi jakaskerl Thank you very much for your reply. I read the documentation but it is not detailed. I have my model in blob and openvino format and I need to implement it directly to the camera and see the results on a screen or a CLI. Can you please provide more resources or a complete tutorial ? Thank you very much
jakaskerl Hi MahdiMseddi There is currently no complete tutorial yet, but I am working on it. In the meanwhile I suggest combining methods from the following tutorials: Using script to retrieve/show NNdata Getting a stream back to the host or displaying images in the web browser - this will allow you to view camera stream/images when in standalone mode It's best if you first create a pipeline on PoE device that streams eg. RGB camera to the host via a websocket or http server so you can view it without using Xlink for communication. Then add the NN component to it and see if it still works. You can then just flash the pipeline to the PoE device using aforementioned method and you should be able to view camera output in standalone mode. Hope this helps, Jaka