Page 1 of 1

Micro Studio 4K G2 API?

PostPosted: Thu Jun 20, 2024 10:28 pm
by darias
Does anyone know if the network API is implemented for the Micro Studio G2 4K? The manuals claim it is, but I cannot get anything working on it, including the API YAML reply that the manual claims. The camera I am testing with is running v8.4, and I don't see a newer version that applies to this camera.

Re: Micro Studio 4K G2 API?

PostPosted: Mon Jun 24, 2024 9:01 am
by Julusian
I have seen the endpoint exposed on one, and made a few simple requests to it. Using whatever firmware it originally shipped with.
I don't think I've tried to modify any settings through it yet

Re: Micro Studio 4K G2 API?

PostPosted: Wed Oct 02, 2024 9:17 pm
by ScorpionStudios
It does work. I've been able to successfully send and receive information using the API commands.
You'll need to use an API client or JavaScript to send the requests.

The best way to tell is by using the HTTP protocol. In a browser, type in
Code: Select all
http://CAMERANAME.local/api/v1/{API_COMMAND}.


You should get something that looks like a JSON object. Make sure the camera is on the same network you're computer is.