APB Sample Codes
Scenarios
To support developers onboarding with Orqa’s developer program and products, we created sample codes along the lines with developer scenarios. These scenarios are not exactly applications, they are more capabilities that could be leveraged in applications.
Scenario | Descripion | Links |
---|---|---|
Camera Feed Integration | Simple sample code that shows developers how to pull the camera feed – from either a digital or an analog camera – into software land for processing. | Coming Soon |
Object Tracking in Frame | Building on #1, we feed the video frames to any CV/AI process to identify objects in frame. IE: boxes around people using yolo. | Coming Soon |
Follow Target | Continuing on #2, we add flight control commands to keep the subject tracked in frame. Tracking happens as soon as possible, following is controlled from the ground on an on/off basis. | Coming Soon |
Digital Radio Integration | We are bringing another link into the integration. Can remain parallel to the existing link. Bring the debugging, feed and control to a ground control computer behind the digital radio. | Coming Soon |
Auto Land/Auto Take Off/Go To | The point of this is to implement a “smart action” triggered from a single button. | Coming Soon |