Thank you for your answer and apologies for the delayed reply.
I would like to confirm the video recording through Edge Retrieve. However, Edge Retrieve is resulting in an error. The environment and execution results are as follows. Please provide the cause and solution.
Environment:
- XProtect Essential+ 2024 R2
- https://download.milestonesys.com/DevCon22/VideoFileImportDriver.zip
Setup:
- Built RemoteRetrievalTaskSample and VideoFileImportDriver, and placed the latter in the following locations:
[C:\Program](file:C:/Program) Files\Milestone\MIPDrivers\VideoFileImportDriver\VideoFileImportDriver.def
[C:\Program](file:C:/Program) Files\Milestone\MIPDrivers\VideoFileImportDriver\VideoFileImportDriver.dll
- Restarted Milestone XProtect Recording Server.
Execution:
- Executed RemoteRetrievalTaskSample.exe
- Logged in through Connect to Server
- Performed the following actions on the Form1 screen:
Clicked “Connect to Retrieval Service”
Clicked “Select Camera”
Selected VideoFileImportDriver Hardware (127.0.0.1) - VideoFileImportDriver video
Clicked “Select File”
Selected [C:\Users\Administrator\Desktop\Video\factory.mp4](file:C:/Users/Administrator/Desktop/Video/factory.mp4)
Clicked “Retrieve”
Result:
The following error was displayed and logged on the Form1 screen and in: [C:\ProgramData\Milestone\XProtect](file:C:/ProgramData/Milestone/XProtect) Recording Server\Logs\DriverFramework_VideoFileImportDriver.log
2024-12-17 15:50:41.483+09:00 INFO - Driver: Loading video definition: <?xml version="1.0" encoding="utf-16"?>
2024-07-12T10:48:13.1883714+09:00
PT8S
Ready
[C:\Users\Administrator\Desktop\Video\factory.mp4](file:C:/Users/Administrator/Desktop/Video/factory.mp4)
2024-12-17 15:50:41.487+09:00 ERROR - Execute: Device Command DefineImportFile - file not loaded for 0776e03c-054d-4ce5-9879-46eb6d3d95de with <?xml version="1.0" encoding="utf-16"?>
2024-07-12T10:48:13.1883714+09:00
PT8S
Ready
[C:\Users\Administrator\Desktop\Video\factory.mp4](file:C:/Users/Administrator/Desktop/Video/factory.mp4)
2024-12-17 15:50:41.488+09:00 ERROR - Method DriverCommand throw exception: DefineImportFile - file not loaded for 0776e03c-054d-4ce5-9879-46eb6d3d95de with <?xml version="1.0" encoding="utf-16"?>
2024-07-12T10:48:13.1883714+09:00
PT8S
Ready
[C:\Users\Administrator\Desktop\Video\factory.mp4](file:C:/Users/Administrator/Desktop/Video/factory.mp4)
; at VideoFileImportDriver.Commands.DefineImportFileCommand.Execute(String deviceId, String parameter)
at VideoOS.Platform.DriverFramework.Managers.CommandManager.VideoOS.Platform.DriverFramework.Managers.ICommandExecutor.ExecuteCommand(String deviceId, String commandId, String parameter)
at VideoOS.IO.Drivers.DriverFrameworkProcess.DriverProcessServiceImplementation.DriverCommand(Int32 sessionId, String deviceId, String command, String parameters)