How can I write custom actions that would work for stop actions? For example it’s not possible to trigger a user-defined event for a stop action, I’d like to create an custom action for that. The BatAction exemple is only selectable for start actions.
How can I write custom actions that would be available for any start action? The BatAction example only works if I select an event from a camera, but it’s not selectable if I select an recurring time interval.
When setting “ActionDefinition.ActionItemKind” to “Kind.Camera” it works (I can select a camera), but as soon as I try “Kind.User” or whatever it fails. Should we create a custom Guid for all items that are not supported and provide the list of items ourselves like “GetItems()” does in “BatActionItemManager”?
2, It is possible to configure Recurring time as start action and select Execute BAT as action to perform on Management Client. Please see below picture.
3, We don’t support all those kinds but at least, it is possible to use devices (Kind.Camera, Kind.Microphone, Kind.Output etc).
NOTE - Are you using the newest MIP SDK? If not, please use the newest, because this functionality was added to recent versions so if you use old SDK, you might not be able to use.
Regarding the previous reply from us, I had tested XPCO 2021 R1 and SDK 2021 R1 and it’s working fine.
I just now tested XPCO 2020 R2 which is same version as yours and SDK 2021 R1 and XPCO 2020 R3 and SDK 2021 R1. But both don’t work, same results as your picture.
So 2) is not supported if you don’t use XPCO 2021 R1 or older.