Compare commits
No commits in common. "c3a70dc61246d47fce1c394f805430e0cef5b3fa" and "7372c015c3d0dbe0f1bc9580c2f551268520fe06" have entirely different histories.
c3a70dc612
...
7372c015c3
@ -56,7 +56,7 @@ namespace Wpf_AiSportsMicrospace.Common
|
||||
{
|
||||
try
|
||||
{
|
||||
_webcamClient = WebcamClient.CreateRTSP("172.17.30.65", "admin", "yd708090", 554u);
|
||||
_webcamClient = WebcamClient.CreateRTSP("172.17.30.64", "admin", "yd708090", 554u);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
DisplayMemberPath="Name"
|
||||
SelectedValuePath="Key"
|
||||
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="password" Margin="0,10,0,0" Text="yd708090"/>
|
||||
<TextBox x:Name="port" Margin="0,10,0,0" Text="554"/>
|
||||
|
||||
@ -19,11 +19,11 @@
|
||||
/>
|
||||
<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" />
|
||||
<TextBlock x:Name="countdownText"
|
||||
Text="60"
|
||||
FontSize="80"
|
||||
FontSize="120"
|
||||
FontWeight="Bold"
|
||||
Foreground="#fff"
|
||||
FontStyle="Italic"
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Wpf_AiSportsMicrospace.Views"
|
||||
xmlns:gif="http://wpfanimatedgif.codeplex.com"
|
||||
WindowStyle="None"
|
||||
mc:Ignorable="d" WindowState="Maximized">
|
||||
<Grid>
|
||||
<!-- 过渡容器 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user