kazelee
2025-05-27 8633a0b6e52d9899fda4f3ec2decc1c39b960e5f
device/SnapManager.cs
@@ -11,10 +11,13 @@
            if (_snapDevice == null) {
                _snapDevice = new SnapDevice();
            }
            _snapDevice.LoadInfo(snap);
            _snapDevice.LoadInfo(snap); // SNAP
        }
        public static string GetCapturePicturePath() {
            //return string.Empty;
            // SNAP
            DateTime now = DateTime.Now;
            string path = Settings.CaptureUrl;
            string fileName = string.Format("{0}{1}{2}{3}{4}{5}", now.Year, now.Month, now.Day, now.Hour, now.Minute, now.Second) + ".jpg";