Page 1 of 1

Linovision underwater camera

Posted: Fri Nov 19, 2021 2:23 am
by zonedin
Have an Linovision IPC608UW underwater camera.
https://www.linovision.com/4k-poe-ip-un ... inspection

According to the manual it looks as though I should be able to control the LED and other features via HTTP URL commands, but I am stumbling over how the URL should be formatted.

These are the various combinations I have tried:
http://172.16.5.91/LAPI/V1.0/Channels/0 ... 2817%0A%7D
http://172.16.5.91/LAPI/V1.0/PTZ/PTZCmd=2817/
http://172.16.5.91/LAPI/V1.0/Channels/0 ... ZCmd:2817/
http://172.16.5.91/LAPI/V1.0/Channels/0 ... %221%22%7D

While they all give some sort of reply, this one was most promising, but the "PTZCmd" value isn't being passed:
http://172.16.5.91/LAPI/V1.0/Channels/0 ... ZCmd":2817}
Image

Manual can be downloaded here: https://docdro.id/6dX2dqp

Re: Linovision underwater camera

Posted: Fri Nov 19, 2021 10:31 am
by dougmccrary
How about ....http://172.16.5.91/LAPI/V1.0/Channels/0 ... Ctrl0x0702
Unclear if it wants colon separators, but it looks to me like it wants hex.

Re: Linovision underwater camera

Posted: Fri Nov 19, 2021 12:42 pm
by zonedin
http://172.16.5.91/LAPI/V1.0/Channels/0 ... Ctrl0x0B01 http://172.16.5.91/LAPI/V1.0/Channels/0 ... Ctrl0x0B01
Without colon returns this result:
Image


http://172.16.5.91/LAPI/V1.0/Channels/0 ... trl:0x0B01 http://172.16.5.91/LAPI/V1.0/Channels/0 ... trl:0x0B01
With colon returns this result:
Image

No light on either option.

Hex code for lights are:
0x0B01: Light on
0x0B02: Light off

Re: Linovision underwater camera

Posted: Sat Nov 20, 2021 1:44 am
by dougmccrary
Bummer.
Aren't there some examples in there somewhere? No help from google?

http://172.16.5.91/LAPI/V1.0/Channels/0
Does that get you the picture? Or?

Re: Linovision underwater camera

Posted: Sat Nov 20, 2021 12:09 pm
by zonedin
The URL suggested displays this:
Image

This is the URL to display a still image in browser:
http://172.16.5.91/LAPI/V1.0/Channels/0 ... 0/Snapshot
Image

The examples are not complete in the manual. The information is there, I just need to figure out in which order it wants it.

Not finding much on google for the brand Linovision and I don't know if it is a rebrand.