Skip to content

Implementing custom model with object-detection example #159

Closed Answered by Corallo
semroai asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @semroai

We are currently working on the send_event example to make show how the event can be crated and be visible from the event system in th GUI.

We might take a bit longer to publish a fix, in the meantime you can try this:

Instead of setting up the event like currently showned in the example L129-146
Try the following:

    ax_event_key_value_set_add_key_values(
        key_value_set, &error, "topic0", "tnsaxis", "CameraApplicationPlatform",
        AX_VALUE_TYPE_STRING, "topic1", "tnsaxis", "Event_example", AX_VALUE_TYPE_STRING, NULL);

    ax_event_key_value_set_add_key_value(key_value_set, "topic2", "tnsaxis", "event",
                                         AX_VALUE_TYPE_ST…

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@Corallo
Comment options

@semroai
Comment options

@semroai
Comment options

@Corallo
Comment options

Answer selected by semroai
@semroai
Comment options

@Corallo
Comment options

@semroai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants