SkillAgentSearch skills...

ProCameraApi

ProCameraApi describes protocols to control Insta360 Pro, Insta360 Pro2, Insta360 Titan.

Install / Use

/learn @Insta360Develop/ProCameraApi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Overview

Insta360 Pro Camera API defines a set of commands to control Insat360 Pro series cameras, supported cameras are listed below.

| Model | Link | | :------------- | ------------------------------------------- | | Insta360 Pro | http://insta360.com/product/insta360-pro/ | | Insta360 Pro 2 | http://insta360.com/product/insta360-pro2/ | | Insta360 Titan | http://insta360.com/product/insta360-titan/ |

The commands are transferred via http request/response, the data is encoded in JSON format.

About Built-in Http Server

Camera supporting Insta360 Pro Camera API has a built-in http server. You could get ip address from the screen of the camera. Here are url routers.

| Name | URL Pattern | Function | | --------------------------------------------- | ------------------------------------------------------- | --------------------------------------------- | | command | http://{camera_ip}:20000/osc/commands/execute | Execute commands | | state | http://{camera_ip}:20000/osc/state | Poll state, also for notification from camera to client | | file | http://{camera_ip}:8000/{fileuri} | Access Image/Video file from camera | | preview | rtmp://{camera_ip}:1935/live/preview | rtmp stream of preview |

Documentations

Related Skills

View on GitHub
GitHub Stars57
CategoryDevelopment
Updated3d ago
Forks14

Security Score

80/100

Audited on Mar 23, 2026

No findings