Skip to content

IRCut filter - actual state #423

Closed Answered by vivekatoffice
jarosek89 asked this question in VAPIX
Discussion options

You must be logged in to vote

Hi @jarosek89 ,
You can subscribe metadata from the camera using methods like MQTT or WebSocket.

WebSocket:

Reference
I used the following code from here: Python ws-data-stream connection

Filter for IR cut: tns1:LightControl/tnsaxis:LightStatusChanged/Status

You can use Axis Metadata Monitor for getting the correct filter : Axis Metadata Monitor

Change the payload, IP address, serial number and password in python code from 263

## Prepare the JSON payload
            payload = {
                    "apiVersion": "1.0",
                    "method": "events:configure",
                    "params": {
                            "eventFilterList":[
                            {
            …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jarosek89
Comment options

@vivekatoffice
Comment options

@jarosek89
Comment options

Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
VAPIX
Labels
None yet
2 participants