Linovision underwater camera

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
zonedin
Posts: 4
Joined: Wed Aug 14, 2019 7:06 pm

Linovision underwater camera

Post 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
dougmccrary
Posts: 1172
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: Linovision underwater camera

Post 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.
zonedin
Posts: 4
Joined: Wed Aug 14, 2019 7:06 pm

Re: Linovision underwater camera

Post 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
dougmccrary
Posts: 1172
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: Linovision underwater camera

Post 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?
zonedin
Posts: 4
Joined: Wed Aug 14, 2019 7:06 pm

Re: Linovision underwater camera

Post 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.
Post Reply