Hi,
I need a clarification about
I’m creating a component application that execute exporting funtion from a previous exported data. I can connect to exported data, i can choose the camera and related microphone and view the exported data, then I try to execute an export of a subset of time interval coerent with the original exportation.
I follow export sample
When run the istruction
bool startresult = _exporter.StartExport(dateTimePickerStart.Value, dateTimePickerEnd.Value);
I receive the exception :
“Recorder offline”
from stack I obtain:
"in VideoOS.Platform.SDK.Export.DBExporterXpco.StartExport(DateTime start, DateTime end)
in VideoOS.Platform.Data.DBExporter.StartExport(DateTime start, DateTime end)
in VideoSeekTimelapse.FormVideo.btnExport_Click(Object sender, EventArgs e) in [C:\Projects\Milestone\VideoSeekTimelapse\VideoSeekTimelapse\Form1.cs](file:C:/Projects/Milestone/VideoSeekTimelapse/VideoSeekTimelapse/Form1.cs):riga 144"
Thanks in Advance,
Gabriele