Rotated camera images

This commit is contained in:
Marvin Lehmann 2019-06-07 16:50:25 +02:00
parent a7f633135f
commit 60edbdd08b
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace FrontEnd
override public string ToString()
{
return $"Id: {Id}, Label: {Label}, Status {Status}\n" +
return $"Id: {Id}, Label: {Label}, Status: {Status}\n" +
$"ClientID: {Client_Id}, Ip : {Ip}\n" +
$"X: {X} Y: {Y} Angle: {Angle}";
}
@ -38,7 +38,7 @@ namespace FrontEnd
override public string ToString()
{
return $"Id: {Id}, Label: {Label}, Status {Status}\n" +
return $"Id: {Id}, Label: {Label}, Status: {Status}\n" +
$"Ip : {Ip}\n" +
$"X: {X} Y: {Y}";
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 835 B

After

Width:  |  Height:  |  Size: 877 B