# evs_device_vendor_sdk **Repository Path**: ShiMetaPi_0/evs_device_vendor_sdk ## Basic Information - **Project Name**: evs_device_vendor_sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-14 - **Last Updated**: 2026-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EVS Device Vendor SDK This repository provides the minimal vendor SDK content required to build the ShiMetaPi Hybrid Vision Toolkit MIPI backend for supported EVS platforms. ## Select a Platform Branch Clone the repository, then switch to the branch that matches the target platform: ```bash git clone git@github.com:ShiMetaPi/evs_device_vendor_sdk.git cd evs_device_vendor_sdk # S100 SDK mini git switch s100_v4.0.5 # X5 SDK mini git switch x5_v3.4.1 ``` | Platform | Branch | SDK root | | --- | --- | --- | | S100 | `s100_v4.0.5` | Repository root | | X5 | `x5_v3.4.1` | Repository root | Each platform branch keeps the original vendor directory layout while retaining only the headers, sensor configurations, sample utilities, and link-time libraries used by the Hybrid Vision Toolkit. ## Build With Hybrid Vision Toolkit Use the checked-out repository root as the platform SDK path: ```bash # S100 export S100_SYSROOT="$PWD/source/hobot-multimedia/debian/usr" # X5 export X5_SDK_ROOT="$PWD" ``` Then invoke the matching Toolkit build command, for example `./run.sh build s100` or `./run.sh build x5`.