Simple question.
There is mention on this page (https://docs.luxonis.com/software-v3/oak-apps/oakctl/) for using runc containers. I don't see much beyond that on how to set this up on a camera. Is there a specific example somewhere?
Simple question.
There is mention on this page (https://docs.luxonis.com/software-v3/oak-apps/oakctl/) for using runc containers. I don't see much beyond that on how to set this up on a camera. Is there a specific example somewhere?
Hi @JeremyA
The agent uses runc under the hood. The user is never meant to interact with it directly.
For examples, check https://docs.luxonis.com/software-v3/oak-apps/ and https://docs.luxonis.com/software-v3/template/
Thanks
Jaka
Hi @jakaskerl
That helps a lot. There is mention of gcc build tools but all examples use python. Are there any examples using C++?
Hi JeremyA
JeremyA To be clear, you mean this should be easier by end of the week when we can attach?
Yes. Because you can try the steps without having to rebuild each time.
JeremyA Is there a target version of OAK4 firmware or oakctl that we should look for?
I can't say for sure. We need to release an OS update as well. I can send you the release candidate when we push the changes so you don't have to wait for the full release.
Thanks
Jaka
jakaskerl Thanks for that update. Is there any "hello world" for building to target the OAK4 using the containers?
I found this luxonis/oak-examplesblob/feature/cpp_depthai_example/tutorials/custom-models/README.md but the discussion on the associated MR (luxonis/oak-examples721).
Also I was hoping the OAK4 ROS2 driver updates would have something similar. @Luxonis-Adam would that be possible? Or at least a toml and some source files to work through the build of a simple ROS2 node to run on camera with the driver?