parent
33ca2422e8
commit
24a62906b4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.nbaxp.com.iotclient" android:versionCode="1" android:versionName="0.1" android:installLocation="preferExternal">
|
||||
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="28" />
|
||||
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:icon="@mipmap/app_icon" android:label="@string/app_name" android:theme="@style/UnityThemeSelector" android:debuggable="false" android:isGame="true" android:banner="@drawable/app_banner" android:usesCleartextTraffic="true">
|
||||
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:label="@string/app_name" android:screenOrientation="fullSensor" android:launchMode="singleTask" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density" android:hardwareAccelerated="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
|
||||
<meta-data android:name="android.notch_support" android:value="true" />
|
||||
</activity>
|
||||
<activity android:name="com.onevcat.uniwebview.UniWebViewFileChooserActivity" />
|
||||
<meta-data android:name="unity.build-id" android:value="37304da0-33a0-4a0c-a8ab-bab6c0c0fd16" />
|
||||
<meta-data android:name="unity.splash-mode" android:value="0" />
|
||||
<meta-data android:name="unity.splash-enable" android:value="True" />
|
||||
<meta-data android:name="notch.config" android:value="portrait|landscape" />
|
||||
</application>
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false" />
|
||||
</manifest>
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a112eeccd05606d4281925ce4bd355cd
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -0,0 +1,122 @@
|
||||
.field-validation-error, .field-validation-valid{
|
||||
color:red;
|
||||
display:inline-block;
|
||||
height:20px;
|
||||
padding-right:1px;
|
||||
font-size:small;
|
||||
}
|
||||
.row{
|
||||
text-align:center;
|
||||
}
|
||||
.block-strong .row .button {
|
||||
margin: 5px auto 0 auto;
|
||||
}
|
||||
.text-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
.float-left{
|
||||
float:left;
|
||||
}
|
||||
.float-right{
|
||||
float:right;
|
||||
}
|
||||
.col{
|
||||
text-align:center;
|
||||
padding-top: 5px;
|
||||
}
|
||||
img.shot {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width:100%;
|
||||
height:auto;
|
||||
}
|
||||
img.shot.zoom {
|
||||
width:auto;
|
||||
max-width:none;
|
||||
max-height: none;
|
||||
}
|
||||
.block .list{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.videoContainer{
|
||||
background-color:black;
|
||||
text-align:center;
|
||||
height:100%;
|
||||
}
|
||||
.videoContainer video {
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
margin:auto;
|
||||
}
|
||||
.videoContainer #ptz {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
width:300px;
|
||||
margin:auto;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
}
|
||||
.videoContainer table {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.device-desktop.with-modal-dialog .page-content {
|
||||
overflow: auto;
|
||||
}
|
||||
form{
|
||||
width:100%;
|
||||
}
|
||||
label.button input {
|
||||
display: none;
|
||||
}
|
||||
input[type=range].ajax{
|
||||
width:100%;
|
||||
height:34px;
|
||||
}
|
||||
input.ajax{
|
||||
margin:5px 0;
|
||||
}
|
||||
form.device label{
|
||||
display:inline-block;
|
||||
height:34px;
|
||||
line-height:34px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
video.video{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
/*html5 input rang style*/
|
||||
input[type=range] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type=range]::-webkit-slider-runnable-track {
|
||||
width: 300px;
|
||||
height: 5px;
|
||||
background: #ddd;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
input[type=range]::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
border: none;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
background-color:Highlight;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
input[type=range]:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input[type=range]:focus::-webkit-slider-runnable-track {
|
||||
background: #ccc;
|
||||
}
|
||||
img.offline {
|
||||
filter: grayscale(100%);
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0d763f52cd8b3104498ef5c2b8f2739d
|
||||
guid: 77eca10358aca764cb73c67bf474f405
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
@ -1,122 +1,12 @@
|
||||
.field-validation-error, .field-validation-valid{
|
||||
color:red;
|
||||
display:inline-block;
|
||||
height:20px;
|
||||
padding-right:1px;
|
||||
font-size:small;
|
||||
}
|
||||
.row{
|
||||
text-align:center;
|
||||
}
|
||||
.block-strong .row .button {
|
||||
margin: 5px auto 0 auto;
|
||||
}
|
||||
.text-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
.float-left{
|
||||
float:left;
|
||||
}
|
||||
.float-right{
|
||||
float:right;
|
||||
}
|
||||
.col{
|
||||
text-align:center;
|
||||
padding-top: 5px;
|
||||
}
|
||||
img.shot {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width:100%;
|
||||
height:auto;
|
||||
}
|
||||
img.shot.zoom {
|
||||
width:auto;
|
||||
max-width:none;
|
||||
max-height: none;
|
||||
}
|
||||
.block .list{
|
||||
margin:0;
|
||||
.field-validation-valid, .field-validation-error {
|
||||
height: 1em;
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.videoContainer{
|
||||
background-color:black;
|
||||
text-align:center;
|
||||
height:100%;
|
||||
}
|
||||
.videoContainer video {
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
margin:auto;
|
||||
}
|
||||
.videoContainer #ptz {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
width:300px;
|
||||
margin:auto;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
.field-validation-error span {
|
||||
color: red;
|
||||
}
|
||||
.videoContainer table {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.device-desktop.with-modal-dialog .page-content {
|
||||
overflow: auto;
|
||||
}
|
||||
form{
|
||||
width:100%;
|
||||
}
|
||||
label.button input {
|
||||
display: none;
|
||||
}
|
||||
input[type=range].ajax{
|
||||
width:100%;
|
||||
height:34px;
|
||||
}
|
||||
input.ajax{
|
||||
margin:5px 0;
|
||||
}
|
||||
form.device label{
|
||||
display:inline-block;
|
||||
height:34px;
|
||||
line-height:34px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
video.video{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
/*html5 input rang style*/
|
||||
input[type=range] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type=range]::-webkit-slider-runnable-track {
|
||||
width: 300px;
|
||||
height: 5px;
|
||||
background: #ddd;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
input[type=range]::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
border: none;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
background-color:Highlight;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
input[type=range]:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input[type=range]:focus::-webkit-slider-runnable-track {
|
||||
background: #ccc;
|
||||
}
|
||||
img.offline {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
.page {
|
||||
/*background-color: white;*/
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 90794fb23413c6940850725841463fdf
|
||||
guid: 1d51325f1d33f744fa3608e9b3eb5147
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4ec06047070eb834b98d3f6142a54c5a
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 042f5f5cf72380d449104d95e0a760cd
|
||||
guid: c8ef7daafc523b64c9b283a91c28a910
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ddbc5f7a20b285c4aa41e4e616a30d70
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 56231a9acb55f24418268b067614ec51
|
||||
guid: 361f3fcc36923cc4390456f44a3bb6a1
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d294e4f10a0afac478de9656de17d849
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bde51ed853c697741894a6bd08c3908d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f83b15630f1250841a28f1f57fc6369e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in new issue