Prerequisites#
This document describes how to get started using the LUCID Triton Smart camera (TRS123S-CC) together with Brain Builder for AITRIOS software and LUCID’s ArenaView MP.
Software:
LUCID Software Requirements
- Arena SDK with ArenaView MP (Windows beta for Triton Smart) OR ArenaView MP (Lite version–Windows beta for Triton Smart)
- Triton Smart Support Package
External Software Requirements
- Brain Builder for AITRIOS
- CodeMeter
PC Requirements:
- OS: Windows 10/11 (Linux support coming soon)
Camera:
- Triton Smart AI Camera (P/N: TRS123S-CC)
Software Descriptions:
Software / File | Vendor | Description | Download Link |
---|---|---|---|
Arena SDK with ArenaView MP (Windows beta for Triton Smart) | LUCID | Arena SDK (Full APIs) with AreanView MP. Full SDK package for use exclusively with Triton Smart. | Triton Smart "Getting Started / Downloads" Tab |
ArenaView MP (Lite version–Windows beta for Triton Smart) | LUCID | ArenaView MP only. Windows only, for use exclusively with the Triton Smart. (Use this if you already have Arena SDK installed) | Triton Smart "Getting Started / Downloads" Tab |
Triton Smart Support Package | LUCID | Contains C++ / Python code examples, example AI models, sensor firmware. Also contains Disp_InputTensor.exe Windows utility for capturing input tensors on the Triton Smart. | Triton Smart "Getting Started / Downloads" Tab |
Brain Builder for AITRIOS | Sony | Software to train and export AI models for the Triton Smart. | Brain Builder for AITRIOS |
CodeMeter | WIBU Systems | License manager for Brain Builder. You will need this for both trial and paid licenses for Brain Builder | WIBU Systems: CodeMeter |
Installing ArenaView MP & support package#
Visit the Triton Smart Product Page, scroll down, and click the “Getting Started / Downloads” Tab. Download the Triton Smart Software Package and one of the ArenaView MP packages (login required).

If you have the previous version of Arena SDK installed on your PC, install the the Lite version of ArenaView MP. The version will only install the ArenaView MP GUI and is compatible with the previous Arena SDK version v1.0.55.11.
If you do not have a previous installation of Arena SDK on your PC, install the “Arena SDK with ArenaView MP”. This will installed the full beta SDK, including ArenaView MP GUI. Be sure to run the installer with Developer options. Note that this SDK is designed solely for use with Triton Smart.
Installing Brain Builder and CodeMeter#
Prepare the camera for the first time#
About the sample AI models locations:
The Triton Smart requires an AI model to be loaded before it can produce an input tensor. The input tensor characteristics depend on the type of AI model that is loaded:
- Classifier AI model uses a 256 x 256 px input tensor
- Detector AI model uses a 320 x 320 px input tensor
- Anomaly Detection uses: 512 x 512 px for Fine / Ultrafine, 256 x 256 px for Normal / Coarse
The Triton Smart Support package ZIP file contains pre-trained models that adhere to the above specifications. You need to upload the specific pre-trained model that corresponds to your planned model type.
- Sample Classifier AI model is located in \Networks\BrainBuilder\CL_cat_dog\BB_output\
- Sample Detector AI model is located in \Networks\BrainBuilder\OD_cat_dog\BB_output\
- Sample Anomaly Detection model is located in \Networks\BrainBuilder\AH_hazelnuts)\BB_output

You will need the following files:
File: | Location: |
---|---|
network_info.txt (Used to create fpk_info.dat ) | TritonSmart_Support_Package_v#.#.#\Networks\BrainBuilder\***\BB_output |
BB_network.fpk | TritonSmart_Support_Package_v#.#.#\Networks\BrainBuilder\***\BB_output |
labels.txt | TritonSmart_Support_Package_v#.#.#\Networks\BrainBuilder\***\BB_output |
loader.fpk | TritonSmart_Support_Package_v#.#.#\imx501_files |
firmware.fpk | TritonSmart_Support_Package_v#.#.#\imx501_files |
*** = Choose one of the three folder to use.
Acquiring input tensor images for dataset#
Once you have uploaded all the files on the Triton Smart, you can start capturing images for your dataset. The Triton Smart Support Package includes the executable Disp_InputTensor.exe
which can be used to capture images tot the correct specifications based on the sample AI model you loaded. The file is in the folder \TritonSmart_Support_Package_v#.#.#\Bin\ .

Double-click Disp_InputTensor.exe to acquire images. Use the Hotkey “S” to save images.
Using Brain Builder for AITRIOS#
Upload trained model to Triton Smart#
This section is similar to how we previously uploaded a sample model to the Triton Smart.
- Unzip and extract all files from your exported Brain Builder file, e.g. “Your_Project_Name-imx500.zip”.
- In the extracted folders, find the ZIP file with a name similar to your dataset label, e.g. “Your-Dataset-Label.zip”.
- Unzip and extract all files from “Your-Dataset-Label.zip”.
- Enter the extracted folder and find
labels.txt
,network.fpk
, andnetwork_info.txt
. - Open ArenaView MP, and toggle on the Triton Smart.
- Convert
network_info.txt
tofpk_info.dat
as shown above - Upload the files to the camera: follow the same steps as defined in “Preparing your camera for the first time” section. However, instead of using the sample files, use the files located in your extracted ZIP files. (Reminder:
Firmware.fpk
andloader.fpk
can be found in the Triton Smart Support Package in the folder: \imx501_files\)
Unzip the files to find labels.txt, network.fpk, and network_info.txt
Run AI model on camera#
Once all files have been loaded onto the camera, click the Stream button in ArenaView MP to stream the camera. The bounding boxes can be enabled/disabled through the “Smart Display Settings” Panel (Controls -> Image Processing -> Smart Display Settings)
You can use ArenaView MP to run the AI model live.