AITRIOS | Edge AI Sensing - Console Developer Edition Release Note
July 15, 2025
Highlights
Console REST API V2 Related Updates
- New firmware for CSV26, AIH-IVRW2 and SZP123S-001 released.
- Posenet sample AI model is now available.
- Console UI/UX improvements
- Added features to notify/check/remove images stored on the Console associated with deleted devices.
- Added WASM log On/Off.
- Documents updates
Console REST API V1 Related Updates
- Documents added/updated
- Use of EXISTS in the GetInferenceResults queries can causes request failures and peformance issues. Console REST API Usage Guide has been updated with descriptions that do not use EXISTS.
Console REST API V2 Related Updates
⚠️ NOTE: Once you upgrade from V1 to V2, you CANNOT downgrade back to V1.
Before migrating to Console REST API V2, please review the documentation:
Edge Device Firmware Updates
⚠️ Important compatibility notice
- Once updated to V2-compatible firmware, devices CANNOT be downgraded to V1 firmware
- Console REST API V2 and V1 are not compatible with each other
- Before proceeding, please review the following documentation:
CSV26 and SZP123S-001
- New Firmware Version: 1.1.20
Update from V1 firmware: CSV26_SZP123S-001_V1toV2_20250613_1.1.20.zip
Update from V2 firmware: CSV26_SZP123S-001_V2_20250613_1.1.20_prod.zip
Download the new firmware from Downloads. - Updates
- Fixed output tensor parse issue found when running the Posenet model.
⚠️ IMPORTANT: Update to the latest firmware (1.1.20) if you are using 1.0.8 firmware.
- Fixed output tensor parse issue found when running the Posenet model.
AIH-IVRW2
- New Firmware Version: 1.1.20
Update from V1 firmware: AIH-IVRW2_V1toV2_20250613_1.1.20.zip
Update from V2 firmware: AIH-IVRW2_V2_20250613_1.1.20_prod.zip
Download the new firmware from Downloads. - Updates
- See CSV26 and SZP123S-001 section.
Console V2 access
To access Console REST API V2 with Console REST API V2 support:
Browser Access: Select V2 in the top-right corner (V1 is set as default)
API Access: Use the new endpoint for API V2 functionality Endpoint information (PDF file) is available from: Portal → Your Project Page → Support → Download
- Updates
- When the user attempts to remove the device from the Device menu, the Console now shows a dialog box if the Console still has images linked to the device.
- The Console now notifies the user, through the notification menu, if the Console still has images associated with the removed devices.
- It is now possible to check/remove images from deleted devices when the "Show Deleted Images" toggle is activated in the Data menu under the Resource Management section.
- It is now possible to toggle the WASM log ON/OFF from the WASM Log Settings in the Device menu.
- Other UI/UX improvements.
Edge Application SDK
- Available in the Edge Applications SDK GitHub repository.
- The latest version is 1.2.1.
Sample AI Models and Sample Edge Applications
- Sample pose estimation model is now available.
- Download the new model from the Downloads page.
- Update the Edge Firmware to the latest version (1.1.20) to use the model.
Angle Adjustment Tool
- Available in the Angle Adjustment Tool GitHub repository.
- The latest is v2.1.0.
Use Case Applications
- New! A collection of use case applications has been released.
- Zone Detection
This application detects objects inside a specified zone.
Available from the aitrios-refapp-zone-detection GitHub repository.
Initial version is v1.0.0. - Basic Visualization
This application visualizes edge device inference results.
Available from the aitrios-sample-application Basic Visualization GitHub repository.
Initial version is v1.0.0. - Human Detection
This application is an application that uses Human detection AI model.
Available from the aitrios-sample-application Human Detection GitHub repository.
Initial version is v1.0.0.
- Zone Detection
Documents
- Console REST API V2 related documents are under Console REST API V2 documentation
- The following documents have been added:
- Manuals
- The following documents have been updated:
- System Tutorials
- System Usage Guide
- Manuals
- References
- Others
Console REST API V2 support status
Refer to the compatibility table
Console REST API V1 / Console V1 | Console REST API V2 / Console V2 | Remarks | |
---|---|---|---|
Endpoints | Console REST API V1 / Console V1 Console REST API V1 Endpoint | Console REST API V2 / Console V2 Console REST API V2 Endpoint | Remarks |
Edge Firmware (Device Firmware) | Console REST API V1 / Console V1 Console REST API V1 Firmware | Console REST API V2 / Console V2 Console REST API V2 Firmware | Remarks Not compatible |
Edge Applications | Console REST API V1 / Console V1 Console REST API V1 Applications | Console REST API V2 / Console V2 Console REST API V2 Applications | Remarks Not compatible |
Parameters | Console REST API V1 / Console V1 Command Parameters | Console REST API V2 / Console V2 Edge Application Interface JSON / Edge Device Interface JSON | Remarks Not compatible |
TFLite | Console REST API V1 / Console V1 Support ended | Console REST API V2 / Console V2 Not supported | Remarks Support for TFLite has ended |
Keras/ONNX/PackerOut.zip | Console REST API V1 / Console V1 Supported | Console REST API V2 / Console V2 Supported | Remarks |
Registered AI Models | Console REST API V1 / Console V1 Common | Console REST API V2 / Console V2 Common | Remarks |
Provisioning Service | Console REST API V1 / Console V1 Not supported | Console REST API V2 / Console V2 Supported | Remarks CSV26 and SZP123S-001 only |
Angle Adjustment tool | Console REST API V1 / Console V1 Supported | Console REST API V2 / Console V2 Supported | Remarks |
Studio | Console REST API V1 / Console V1 Supported | Console REST API V2 / Console V2 Planned support | Remarks |
Brain Builder | Console REST API V1 / Console V1 Supported | Console REST API V2 / Console V2 Planned support | Remarks |
Vision Dataset Generator | Console REST API V1 / Console V1 Supported | Console REST API V2 / Console V2 Supported | Remarks |
Last Updated: 2025-06-16 | Console REST API V1 / Console V1 | Console REST API V2 / Console V2 | Remarks |
Console REST API V1 Related Updates
Sample applications
- Announcement:
- Posenet sample application remains under maintenance.
Documents
- Console REST API V1 related documents are under Console REST API V1 documentation.
- The following documents have been updated:
- System Usage Guides
- Console REST API Usage Guide
The use of EXISTS in the GetInferenceResults queries can cause request failures and performance issues. The document has been updated with descriptions that do not use EXISTS.
- Console REST API Usage Guide
- System Manuals
- System Usage Guides