Is it possible to get access to the video selections in the export section? I want to be able to sticthc together the video in 1 AVI that is selected in the export panel?
Is this possible?
Is it possible to get access to the video selections in the export section? I want to be able to sticthc together the video in 1 AVI that is selected in the export panel?
Is this possible?
The Smart Client export built-in functionality will export multiple AVI files if multiple cameras are sleceted.
Unfortunately the Export dialog in the Smart Cleint does not expose anything to be used from a plugin. If developing your own special export in a Smart Client plugin you will have to also develop your own export dialog.
Can i get access to the list selected and create a separate button to export the selected items? If not, what would be a selected way to do this?
The requirement is to allow the user to select the video trims they require and the export button would stitch them together as one AVI.
Just to let people know it is now possible to get access to the time selection control in code which is great enhancement.
You can make your own export dialog instead of using the one built-in in the Smart Client.
Thats what i did ![]()
Perfect, thanks for sharing your experience then.