Introduction
This page describes the endpoints on the Maivin Web Demo web interface.
Endpoints
The Maivin contains several web end-points in addition to the main Maivin Web Demo page.
Description |
Webpage |
Format |
The camera webpage |
http://VERDIN-IMX8MP-XXXXXX/camera |
HTML/PNG |
The modelrunner information page |
http://VERDIN-IMX8MP-XXXXXX/v1 |
JSON |
The model information page |
http://VERDIN-IMX8MP-XXXXXX/v1/model |
JSON |
The results page |
http://VERDIN-IMX8MP-XXXXXX/results |
JSON |
The Camera Webpage
The camera webpage contains the current snapshot as taken by the Maivin. Refreshing the page will update the snapshot. These images are not saved on the Maivin and are lost on refresh.
The Modelrunner Information Page
This page contains information about the Maivin's modelrunner, such as version information of the model runner, Maivin OS, and some information about the current model, all in JSON format.
The above and following JSON screenshot are from Chrome with the JSONVue addon enabled.
The Model Information Page
The model information page contains detailed information about the model, including inputs and outputs, layers and size of the model. This information is in JSON format.
The Results Page
This page contains the information from the objection detection software, including the frames per second, objects detected, and their scores and bounding boxes. This information in presented in JSON format, and like the image information, this information is a snapshot of the current output of the objection detection software. Refreshing this page will get the latest information, but the information is not saved.
Comments
0 comments
Please sign in to leave a comment.