3.3.0
Released on: September 03, 2025
Required PICO device's system version: 5.13.0 for PICO 4 series, 5.14.0 or later for PICO 4 Ultrae series
Supported Unreal Engine versions: UE 4.27, UE 5.5, and UE 5.6
Add
Module | Description |
---|---|
General | Supported UE 5.6. |
Sense Pack | Added the following semantic labels for the Scene Capture functionality: * Curtain * Cabinet * Bed * Plant * Screen * Refrigerator * Washing_Machine * Air_Conditioner * Lamp * Wall_Art |
Enterprise service | Added the following APIs: * PE_CloseCamera : Closes the camera. * PE_OpenCameraAsync : Opens the camera. After the camera is opened, you can use the APIs for retrieving camera data and more. * PE_SetConfigureDefault : Uses the default camera settings. The default frame rate is 60fps. * PE_SetConfigure: Configures camera parameters. * PE_SetConfigureMap : Sets a configuration map. * PE_GetCameraExtrinsics : Gets the extrinsic parameters for the camera. * PE_GetCameraIntrinsics : Gets the values of the intrinsic parameters (cx, cy, fx, fy) for the camera. These values are calculated based on the width, height, horizontal FOV, and vertical FOV you specify. * PE_SetDeviceOwner : Sets an app as the device owner app. * PE_GetDeviceOwner : Gets the device owner app. * PE_SetBrowserHomePage : Sets a home page for the browser. * PE_GetBrowserHomePage : Gets the home page of the browser. * PE_SetMotionTrackerAutoStart : Sets the capability for the PICO Motion Tracker to automatically power on when plugged in. * PE_AllowWifiAutoJoin : Enables the device to automatically join WiFi. * PE_GetLargeSpaceBoundsInfoWithType : Gets the bound information of the large space. |