Some background… I have a requirement for some basic capabilities in a console application that will get a list of cameras and be able to write a video clip to the file system for any of those cameras.
I have very little experience in .NET development and was hoping to use the Component Samples solution. I found a console app, AddLayout, and used that to log into the server and traverse the Configuration to get the cameras. I moved what I thought was the required code from ExportSample into the console app. When the following line is executed:
_exporter.StartExport(startTime, endTime)
I get a Recorder offline - exception
I have been comparing the camera and exporter between the working Windows Form app, ExportSample, and my console app and don’t see any differences. Any suggestions would be appreciated