Compare commits

..

No commits in common. "c3a70dc61246d47fce1c394f805430e0cef5b3fa" and "7372c015c3d0dbe0f1bc9580c2f551268520fe06" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View File

@ -56,7 +56,7 @@ namespace Wpf_AiSportsMicrospace.Common
{ {
try try
{ {
_webcamClient = WebcamClient.CreateRTSP("172.17.30.65", "admin", "yd708090", 554u); _webcamClient = WebcamClient.CreateRTSP("172.17.30.64", "admin", "yd708090", 554u);
} }
catch (Exception) catch (Exception)
{ {

View File

@ -19,7 +19,7 @@
DisplayMemberPath="Name" DisplayMemberPath="Name"
SelectedValuePath="Key" SelectedValuePath="Key"
SelectionChanged="sportList_SelectionChanged" d:IsHidden="True"/> SelectionChanged="sportList_SelectionChanged" d:IsHidden="True"/>
<TextBox x:Name="host" Margin="0,10,0,0" Text="172.17.30.65"/> <TextBox x:Name="host" Margin="0,10,0,0" Text="192.168.3.64"/>
<TextBox x:Name="userName" Margin="0,10,0,0" Text="admin"/> <TextBox x:Name="userName" Margin="0,10,0,0" Text="admin"/>
<TextBox x:Name="password" Margin="0,10,0,0" Text="yd708090"/> <TextBox x:Name="password" Margin="0,10,0,0" Text="yd708090"/>
<TextBox x:Name="port" Margin="0,10,0,0" Text="554"/> <TextBox x:Name="port" Margin="0,10,0,0" Text="554"/>

View File

@ -19,11 +19,11 @@
/> />
<Grid Height="1080" Width="1920" x:Name="userBox"/> <Grid Height="1080" Width="1920" x:Name="userBox"/>
<Grid Width="180" Height="90" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="00,20,40,0" Visibility="Hidden" x:Name="countdownGrid"> <Grid Width="220" Height="130" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="00,40,60,0" Visibility="Hidden" x:Name="countdownGrid">
<Border Background="#005fff" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" CornerRadius="30" /> <Border Background="#005fff" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" CornerRadius="30" />
<TextBlock x:Name="countdownText" <TextBlock x:Name="countdownText"
Text="60" Text="60"
FontSize="80" FontSize="120"
FontWeight="Bold" FontWeight="Bold"
Foreground="#fff" Foreground="#fff"
FontStyle="Italic" FontStyle="Italic"

View File

@ -5,7 +5,6 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Wpf_AiSportsMicrospace.Views" xmlns:local="clr-namespace:Wpf_AiSportsMicrospace.Views"
xmlns:gif="http://wpfanimatedgif.codeplex.com" xmlns:gif="http://wpfanimatedgif.codeplex.com"
WindowStyle="None"
mc:Ignorable="d" WindowState="Maximized"> mc:Ignorable="d" WindowState="Maximized">
<Grid> <Grid>
<!-- 过渡容器 --> <!-- 过渡容器 -->