예제 #1
0
 public FrameInformation(DatabasePerSecondStat dbPerSecondStat)
 {
     FrmJpgRelPath = CameraService.GetTempPathFromFullPath(dbPerSecondStat.FrameJpgPath);
     PeopleCount   = dbPerSecondStat.NumDetectedObjects;
     Timestamp     = dbPerSecondStat.DateTime;
 }