5.7.5 - April 20, 2023 - Onvif updates

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,144
Reaction score
1,249
Location
SF Bay Area
That is so strange. I rollback and it works. I update and it doesn't. I have rebooted and deleted and added the camera and still nothing.
Still testing with only the Dahua 180?
Can you try another Dahau cam your test rig?
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,124
Reaction score
48,964
Location
USA
Yeah, I have been trying the 5442-ZE all morning and nothing.
 

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,144
Reaction score
1,249
Location
SF Bay Area
Even after repeating Find/Inspect after updating?

Never mind... I missed that you already rebooted and deleted and added the camera.
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,124
Reaction score
48,964
Location
USA
Yeah all the normal tricks didn't work.
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,124
Reaction score
48,964
Location
USA
I even deleted BI and downloaded the latest version and set up a test camera new and still nothing. But I roll back to the last stable version and it starts working.
 

105437

BIT Beta Team
Joined
Jun 8, 2015
Messages
2,051
Reaction score
954
OK, this is starting to make sense.

Here's an example ...
XML output for a line-crossing event on my 5442.
Code:
    <s:Body>
        <tev:PullMessagesResponse>
            <tev:CurrentTime>2023-04-21T16:49:21Z</tev:CurrentTime>
            <tev:TerminationTime>2023-04-21T16:50:31Z</tev:TerminationTime>
            <wsnt:NotificationMessage>
                <wsnt:Topic Dialect="http://www.onvif.org/ver10/tev/topicExpression/ConcreteSet">tns1:RuleEngine/LineDetector/Crossed</wsnt:Topic>
                <wsnt:Message>
                    <tt:Message PropertyOperation="Changed" UtcTime="2023-04-21T16:49:20Z">
                        <tt:Source>
                            <tt:SimpleItem Value="00000" Name="VideoSourceConfigurationToken"/>
                            <tt:SimpleItem Value="00000" Name="VideoAnalyticsConfigurationToken"/>
                            <tt:SimpleItem Value="IVS-5" Name="Rule"/>
                        </tt:Source>
                        <tt:Key>
                            <tt:SimpleItem Value="310311" Name="ObjectId"/>
                        </tt:Key>
                        <tt:Data>
                            <tt:SimpleItem Value="false" Name="State"/>
                        </tt:Data>
                    </tt:Message>
                </wsnt:Message>
            </wsnt:NotificationMessage>
        </tev:PullMessagesResponse>
    </s:Body>
Note in the 'RuleEngine/LineDetector/Crossed' NotificationMessage that the 'Source' entry 'Rule' has the value 'IVS-5'.

This aligns with my IVS setup in the camera. I triggered the camera for this event by crossing line IVS-5.

View attachment 160642
How do you capture the XML output from the camera?
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,124
Reaction score
48,964
Location
USA
I updated to 5.7.5.1 and still no ONVIF triggers.

Ticket to support sent in.
 

Tinman

Known around here
Joined
Nov 2, 2015
Messages
1,218
Reaction score
1,502
Location
USA
I figured out that by having a "inactive cam" in profile 1, (which in my setup I do) this is causing BI to puke when trying to access Staus/cameras. On my profile 7 all my cams are active and the issue goes away.

Sent note to support.

Update: 5.7.5.2 fixes my issue
 
Last edited:

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,144
Reaction score
1,249
Location
SF Bay Area
The General tab now shows a status for the GetEVents thread.

From the help PDF...
The GetEvents thread status/error code is now visible on the General tab as well
and will cause a yellow caution on the camera window if in an error state.

1682114785173.png
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,124
Reaction score
48,964
Location
USA
The General tab now shows a status for the GetEVents thread.

From the help PDF...
The GetEvents thread status/error code is now visible on the General tab as well
and will cause a yellow caution on the camera window if in an error state.

View attachment 160671
My Get Events says OK, but still no triggers LOL
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,124
Reaction score
48,964
Location
USA
Yep I am at a total loss. Revert back and it works, update and it stops. And I do not see anything that would be the source of not working.

Hopefully Ken has an idea because I have tried all the tricks I know.
 
Top