wip
This commit is contained in:
parent
50d6e06079
commit
11651e5c30
@ -1,13 +1,8 @@
|
|||||||
using System.ComponentModel;
|
using System.Windows;
|
||||||
using System.Configuration;
|
|
||||||
using System.Data;
|
|
||||||
using System.Windows;
|
|
||||||
|
|
||||||
using CamBooth.App.Core.AppSettings;
|
using CamBooth.App.Core.AppSettings;
|
||||||
using CamBooth.App.Core.Camera;
|
using CamBooth.App.Camera;
|
||||||
using CamBooth.App.Core.Logging;
|
using CamBooth.App.Core.Logging;
|
||||||
using CamBooth.App.DebugConsole;
|
|
||||||
using CamBooth.App.LiveView;
|
|
||||||
using CamBooth.App.PictureGallery;
|
using CamBooth.App.PictureGallery;
|
||||||
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
|||||||
@ -12,7 +12,7 @@ using CamBooth.App.PictureGallery;
|
|||||||
using EOSDigital.API;
|
using EOSDigital.API;
|
||||||
using EOSDigital.SDK;
|
using EOSDigital.SDK;
|
||||||
|
|
||||||
namespace CamBooth.App.Core.Camera;
|
namespace CamBooth.App.Camera;
|
||||||
|
|
||||||
public class CameraService : IDisposable
|
public class CameraService : IDisposable
|
||||||
{
|
{
|
||||||
@ -7,7 +7,7 @@ using System.Windows.Media;
|
|||||||
using System.Windows.Media.Imaging;
|
using System.Windows.Media.Imaging;
|
||||||
|
|
||||||
using CamBooth.App.Core.AppSettings;
|
using CamBooth.App.Core.AppSettings;
|
||||||
using CamBooth.App.Core.Camera;
|
using CamBooth.App.Camera;
|
||||||
using CamBooth.App.Core.Logging;
|
using CamBooth.App.Core.Logging;
|
||||||
|
|
||||||
using EOSDigital.API;
|
using EOSDigital.API;
|
||||||
@ -41,7 +41,7 @@ public partial class LiveViewPage : Page
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void MainCamera_OnLiveViewUpdated(Camera sender, Stream img)
|
private void MainCamera_OnLiveViewUpdated(EOSDigital.API.Camera sender, Stream img)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,19 +1,13 @@
|
|||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
using System.Windows.Controls;
|
|
||||||
|
|
||||||
using CamBooth.App.Core;
|
using CamBooth.App.Camera;
|
||||||
using CamBooth.App.Core.AppSettings;
|
using CamBooth.App.Core.AppSettings;
|
||||||
using CamBooth.App.Core.Camera;
|
|
||||||
using CamBooth.App.Core.Logging;
|
using CamBooth.App.Core.Logging;
|
||||||
using CamBooth.App.DebugConsole;
|
using CamBooth.App.DebugConsole;
|
||||||
using CamBooth.App.LiveView;
|
using CamBooth.App.LiveView;
|
||||||
using CamBooth.App.PictureGallery;
|
using CamBooth.App.PictureGallery;
|
||||||
|
|
||||||
using Wpf.Ui.Controls;
|
|
||||||
|
|
||||||
using MessageBox = Wpf.Ui.Controls.MessageBox;
|
|
||||||
|
|
||||||
namespace CamBooth.App;
|
namespace CamBooth.App;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user