Concepts
Understanding the core components and terminologies of Luxonis Hub is essential for effectively utilizing the platform. This page introduces several key concepts you'll encounter as you navigate and leverage Luxonis Hub for your edge AI applications.Perception App
A Perception App is a specialized application designed to run on the Luxonis Hub Agent. These applications are primarily developed in Python and utilize the Luxonis Hub library alongside depthai, enabling direct interaction with OAK cameras. The defining characteristic of Perception Apps is their containerization, ensuring a consistent environment across all deployments. This setup facilitates easy video streaming and event sending to the cloud, distinguishing them from standard scripts.Develop a perception app
Discover the basics of perception app development with Luxonis Hub and our web based editor.
Example apps
Explore our example applications and understand how to do different things.
Device
A Device refers to the physical or virtual machine where the Luxonis Hub Agent is installed. It serves as the operational core for your edge AI applications, providing detailed insights such as memory and disk usage, connected OAK cameras, and the status of installed apps. Key features include:- Visibility into which OAK cameras are accessible by the device.
- Monitoring the state of installed Perception Apps.
- Web Terminal access for effortless SSH connections to the host OS from any location, enhancing manageability and troubleshooting capabilities.