mobile CCTV,mobile surveillance,police body worn cameras

标题: MCU login fail [打印本页]

author: dfyang    time: 2018-8-23 14:57
标题: MCU login fail
no problem

author: xuwei    time: 2018-8-23 15:10
登陆错误码是什么
author: dfyang    time: 2018-8-23 15:42
IP地址写错了
author: hardfire    time: 2018-8-23 15:45
哦,那就是代码编译没问题了。
您说的跳转有问题是什么意思?

author: dfyang    time: 2018-8-23 15:46
不过现在遇到新的问题:1、登录成功后不会跳转到“当前小组”页面,我们拿到的mcu sdk就没有这个功能。 2、点视频预览直接死机,死机栈如下:
08-23 15:38:52.443 D/CrashHandler(25889): SUPPORTED_32_BIT_ABIS : [Ljava.lang.String;@2407f6f
08-23 15:38:52.443 D/CrashHandler(25889): SUPPORTED_64_BIT_ABIS : [Ljava.lang.String;@b24447c
08-23 15:38:52.443 D/CrashHandler(25889): SUPPORTED_ABIS : [Ljava.lang.String;@f372105
08-23 15:38:52.443 D/CrashHandler(25889): TAG : Build
08-23 15:38:52.443 D/CrashHandler(25889): TAGS : test-keys
08-23 15:38:52.444 D/CrashHandler(25889): TIME : 1531126188000
08-23 15:38:52.444 D/CrashHandler(25889): TOUCH_UI : true
08-23 15:38:52.444 D/CrashHandler(25889): TYPE : userdebug
08-23 15:38:52.444 D/CrashHandler(25889): UNKNOWN : unknown
08-23 15:38:52.444 D/CrashHandler(25889): USER : thingtalk25
08-23 15:38:52.455 E/CrashHandler(25889): java.lang.RuntimeException: Unable to resume activity {com.smarteye.mcu/com.smarteye.mcu.MainActivity}: android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3103)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3134)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2481)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.access$900(ActivityThread.java:150)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.os.Handler.dispatchMessage(Handler.java:102)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.os.Looper.loop(Looper.java:148)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.main(ActivityThread.java:5417)
08-23 15:38:52.455 E/CrashHandler(25889):         at java.lang.reflect.Method.invoke(Native Method)
08-23 15:38:52.455 E/CrashHandler(25889):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
08-23 15:38:52.455 E/CrashHandler(25889):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
08-23 15:38:52.455 E/CrashHandler(25889): Caused by: android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
08-23 15:38:52.455 E/CrashHandler(25889):         at com.smarteye.fragment.VideoPreviewFragmentOne.onCreateView(VideoPreviewFragmentOne.java:33)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.Fragment.performCreateView(Fragment.java:2220)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:973)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1148)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.BackStackRecord.run(BackStackRecord.java:795)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1535)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentController.execPendingActions(FragmentController.java:325)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.Activity.performResume(Activity.java:6513)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3092)
08-23 15:38:52.455 E/CrashHandler(25889):         ... 10 more
08-23 15:38:52.455 E/CrashHandler(25889): Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.createView(LayoutInflater.java:645)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:764)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.rInflate(LayoutInflater.java:835)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
08-23 15:38:52.455 E/CrashHandler(25889):         ... 21 more
08-23 15:38:52.455 E/CrashHandler(25889): Caused by: java.lang.reflect.InvocationTargetException
08-23 15:38:52.455 E/CrashHandler(25889):         at java.lang.reflect.Constructor.newInstance(Native Method)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.createView(LayoutInflater.java:619)
08-23 15:38:52.455 E/CrashHandler(25889):         ... 26 more
08-23 15:38:52.455 E/CrashHandler(25889): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.smarteye.fragment.DialogDeviceListFragment.setDialogDeviceListFragment(com.smarteye.view.DisplayScreen)' on a null object reference
08-23 15:38:52.455 E/CrashHandler(25889):         at com.smarteye.view.DisplayScreen.<init>(DisplayScreen.java:113)
08-23 15:38:52.455 E/CrashHandler(25889):         ... 28 more
08-23 15:38:52.455 E/CrashHandler(25889): android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
08-23 15:38:52.455 E/CrashHandler(25889):         at com.smarteye.fragment.VideoPreviewFragmentOne.onCreateView(VideoPreviewFragmentOne.java:33)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.Fragment.performCreateView(Fragment.java:2220)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:973)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1148)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.BackStackRecord.run(BackStackRecord.java:795)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1535)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.FragmentController.execPendingActions(FragmentController.java:325)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.Activity.performResume(Activity.java:6513)
08-23 15:38:52.455 E/CrashHandler(25889):         at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3092)
08-23 15:38:52.455 E/CrashHandler(25889):         a
08-23 15:38:54.485 E/AndroidRuntime(25889): FATAL EXCEPTION: main
08-23 15:38:54.485 E/AndroidRuntime(25889): Process: com.smarteye.mcu, PID: 25889
08-23 15:38:54.485 E/AndroidRuntime(25889): java.lang.RuntimeException: Unable to resume activity {com.smarteye.mcu/com.smarteye.mcu.MainActivity}: android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3103)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3134)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2481)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread.access$900(ActivityThread.java:150)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.os.Handler.dispatchMessage(Handler.java:102)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.os.Looper.loop(Looper.java:148)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread.main(ActivityThread.java:5417)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at java.lang.reflect.Method.invoke(Native Method)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
08-23 15:38:54.485 E/AndroidRuntime(25889): Caused by: android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at com.smarteye.fragment.VideoPreviewFragmentOne.onCreateView(VideoPreviewFragmentOne.java:33)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.Fragment.performCreateView(Fragment.java:2220)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:973)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1148)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.BackStackRecord.run(BackStackRecord.java:795)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1535)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.FragmentController.execPendingActions(FragmentController.java:325)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.Activity.performResume(Activity.java:6513)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3092)
08-23 15:38:54.485 E/AndroidRuntime(25889):         ... 10 more
08-23 15:38:54.485 E/AndroidRuntime(25889): Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class com.smarteye.view.DisplayScreen
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.createView(LayoutInflater.java:645)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:764)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.rInflate(LayoutInflater.java:835)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
08-23 15:38:54.485 E/AndroidRuntime(25889):         ... 21 more
08-23 15:38:54.485 E/AndroidRuntime(25889): Caused by: java.lang.reflect.InvocationTargetException
08-23 15:38:54.485 E/AndroidRuntime(25889):         at java.lang.reflect.Constructor.newInstance(Native Method)
08-23 15:38:54.485 E/AndroidRuntime(25889):         at android.view.LayoutInflater.createView(LayoutInflater.java:619)
08-23 15:38:54.485 E/AndroidRuntime(25889):         ... 26 more
08-23 15:38:54.485 E/AndroidRuntime(25889): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.smarteye.fragment.DialogDeviceListFragment.setDialogDeviceListFragment(com.smarteye.view.DisplayScreen)' on a null object reference
08-23 15:38:54.485 E/AndroidRuntime(25889):         at com.smarteye.view.DisplayScreen.<init>(DisplayScreen.java:113)
08-23 15:38:54.485 E/AndroidRuntime(25889):         ... 28 more

author: dfyang    time: 2018-8-23 15:52
进配置中心后页面闪退到PrimaryActivy...,总的来说sdk裁剪功能上有很多异常
author: dfyang    time: 2018-8-23 15:56
08-23 15:50:55.760 I/ActivityManager(  976): START u0 {cmp=com.smarteye.mcu/.PrimaryActivity} from uid 10074 on display 0
08-23 15:50:55.772 W/ActivityManager(  976): Duplicate finish request for ActivityRecord{e5b04df u0 com.smarteye.mcu/.SplashActivity t273 f}
08-23 15:50:55.805 F/libc    (26695): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 28302 (Thread-1596)
08-23 15:50:55.909 F/DEBUG   (  330): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-23 15:50:55.910 F/DEBUG   (  330): Build fingerprint: 'qcom/m330/m330:6.0.1/MMB29M/20180709.163950:userdebug/test-keys'
08-23 15:50:55.910 F/DEBUG   (  330): Revision: '0'
08-23 15:50:55.910 F/DEBUG   (  330): ABI: 'arm'
08-23 15:50:55.911 F/DEBUG   (  330): pid: 26695, tid: 28302, name: Thread-1596  >>> com.smarteye.mcu <<<
08-23 15:50:55.911 F/DEBUG   (  330): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8
08-23 15:50:55.961 F/DEBUG   (  330):     r0 00000000  r1 00000464  r2 00000000  r3 b7acb7fe
08-23 15:50:55.961 F/DEBUG   (  330):     r4 b7d5b650  r5 b7d5b648  r6 00001024  r7 b7d5be9c
08-23 15:50:55.962 F/DEBUG   (  330):     r8 b6f54b84  r9 b7b8de24  sl 9ec4f000  fp a3118099
08-23 15:50:55.962 F/DEBUG   (  330):     ip b6cee5dc  sp 9ed4d510  lr a311962f  pc a307a2e6  cpsr 60070030
08-23 15:50:55.980 F/DEBUG   (  330):
08-23 15:50:55.980 F/DEBUG   (  330): backtrace:
08-23 15:50:55.981 F/DEBUG   (  330):     #00 pc 0003d2e6  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.981 F/DEBUG   (  330):     #01 pc 0003d5df  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.981 F/DEBUG   (  330):     #02 pc 0003d627  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.982 F/DEBUG   (  330):     #03 pc 000af959  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.982 F/DEBUG   (  330):     #04 pc 000aff87  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.982 F/DEBUG   (  330):     #05 pc 000b11c9  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.982 F/DEBUG   (  330):     #06 pc 000b1825  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.982 F/DEBUG   (  330):     #07 pc 000b1927  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.983 F/DEBUG   (  330):     #08 pc 000b3e09  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.983 F/DEBUG   (  330):     #09 pc 000b4023  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.983 F/DEBUG   (  330):     #10 pc 000b4133  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.983 F/DEBUG   (  330):     #11 pc 000db4d9  /data/app/com.smarteye.mcu-1/lib/arm/libBaiduMapSDK_v3_0_0.so
08-23 15:50:55.984 F/DEBUG   (  330):     #12 pc 00041693  /system/lib/libc.so (_ZL15__pthread_startPv+30)
08-23 15:50:55.984 F/DEBUG   (  330):     #13 pc 00019265  /system/lib/libc.so (__start_thread+6)
08-23 15:50:56.272 W/ActivityManager(  976): Activity pause timeout for ActivityRecord{e5b04df u0 com.smarteye.mcu/.SplashActivity t273 f}
08-23 15:50:56.365 D/QC-time-services(  335): Lib:time_genoff_operation: pargs->base = 12
08-23 15:50:56.365 D/QC-time-services(  335): Lib:time_genoff_operation: pargs->operation = 0
08-23 15:50:56.365 D/QC-time-services(  335): Lib:time_genoff_operation: pargs->ts_val = 1535010656000
08-23 15:50:56.366 D/QC-time-services(  395): Daemon: Connection accepted:time_genoff
08-23 15:50:56.366 D/QC-time-services(  335): Lib:time_genoff_operation: Send to server  passed!!
08-23 15:50:56.368 D/QC-time-services(  395): Daemon:Received base = 12, unit = 1, operation = 0,value = 1535010656000
08-23 15:50:56.368 D/QC-time-services(  395): Daemon:genoff_opr: Base = 12, val = 1535010656000, operation = 0
08-23 15:50:56.368 D/QC-time-services(  395): Daemon:rtc_get: Time read from RTC -- MM/DD/YY HH:MM:SS0/3/70 0:45:25
08-23 15:50:56.369 D/QC-time-services(  395): Daemon:Value read from RTC seconds = 175525000
08-23 15:50:56.369 D/QC-time-services(  395): Daemon:new time 1535010656000
08-23 15:50:56.369 D/QC-time-services(  395): Daemon: delta 1534835131000 genoff 1534835131000
08-23 15:50:56.369 D/QC-time-services(  395): Daemon:genoff_persistent_update: Writing genoff = 1534835131000 to memory
08-23 15:50:56.369 D/QC-time-services(  395): Daemon:Opening File: /data/time/ats_12
08-23 15:50:56.369 D/QC-time-services(  395): Daemon:time_persistent_memory_opr:Genoff write operation
08-23 15:50:56.381 E/QC-time-services(  335): Receive Passed == base = 12, unit = 1, operation = 0, result = 0
08-23 15:50:56.382 D/QC-time-services(  335): Lib:time_genoff_operation: pargs->base = 13
08-23 15:50:56.382 D/QC-time-services(  335): Lib:time_genoff_operation: pargs->operation = 0
08-23 15:50:56.382 D/QC-time-services(  335): Lib:time_genoff_operation: pargs->ts_val = 1535010656000
08-23 15:50:56.382 E/QC-time-services(  395): Daemon: Time-services: Waiting to acceptconnection
08-23 15:50:56.382 D/QC-time-services(  335): Lib:time_genoff_operation: Send to server  passed!!
08-23 15:50:56.382 D/QC-time-services(  395): Daemon: Connection accepted:time_genoff
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:Received base = 13, unit = 1, operation = 0,value = 1535010656000
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:genoff_opr: Base = 13, val = 1535010656000, operation = 0
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:rtc_get: Time read from RTC -- MM/DD/YY HH:MM:SS0/3/70 0:45:25
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:Value read from RTC seconds = 175525000
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:new time 1535010656000
08-23 15:50:56.386 D/QC-time-services(  395): Daemon: delta 1534835131000 genoff 1534835131000
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:genoff_persistent_update: Writing genoff = 1534835131000 to memory
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:Opening File: /data/time/ats_13
08-23 15:50:56.386 D/QC-time-services(  395): Daemon:time_persistent_memory_opr:Genoff write operation
08-23 15:50:56.390 E/QC-time-services(  335): Receive Passed == base = 13, unit = 1, operation = 0, result = 0
08-23 15:50:56.392 E/QC-time-services(  395): Daemon: Time-services: Waiting to acceptconnection
08-23 15:50:56.394 D/AlarmManagerService(  976): Kernel timezone updated to -480 minutes west of GMT
08-23 15:50:56.665 D/audio_hw_primary(20475): out_standby: enter: stream (0xb833ff20) usecase(1: low-latency-playback)
08-23 15:50:56.750 D/audio_hw_primary(20475): disable_audio_route: reset and update mixer path: low-latency-playback
08-23 15:50:56.751 D/soundtrigger(20475): audio_extn_sound_trigger_update_stream_status: uc_id 1 of type 0 for Event 2, with Raise=0
08-23 15:50:56.751 D/hardware_info(20475): hw_info_append_hw_type : device_name = speaker
08-23 15:50:56.751 D/audio_hw_primary(20475): disable_snd_device: snd_device(2: speaker)
08-23 15:50:56.756 I/soundtrigger(20475): audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
08-23 15:50:57.120 D/wpa_supplicant( 2822): wlan0: Control interface command 'SIGNAL_POLL'
08-23 15:50:57.132 D/wpa_supplicant( 2822): CTRL-DEBUG: global_ctrl_sock-sendto: sock=11 sndbuf=163840 outq=0 send_len=48
08-23 15:50:57.615 W/ActivityManager(  976):   Force finishing activity com.smarteye.mcu/.PrimaryActivity
08-23 15:50:57.617 F/DEBUG   (  330):
08-23 15:50:57.617 F/DEBUG   (  330): Tombstone written to: /data/tombstones/tombstone_07
08-23 15:50:57.618 E/DEBUG   (  330): AM write failed: Broken pipe
08-23 15:50:57.620 I/BootReceiver(  976): Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE)

author: hardfire    time: 2018-8-23 16:11
给您的MCU是删除了POC公网对讲功能的,所以,就不会自动跳转到调度功能,
而您说的小组,那是POC/UA的功能,我们还没提供UA SDK给您。
您需要就是 从smarteye server取流-解码的功能,
里面都是有了,不需要纠缠跳转到POC功能的部分。

author: dfyang    time: 2018-8-23 16:15
POC功能我们不需要,“跳转”不是问题
死机问题麻烦看看,谢谢
author: dfyang    time: 2018-8-23 16:51
偶尔会停留在SplashActivity界面,进不去也退不出(退出很快又会弹出)
author: xuwei    time: 2018-8-23 17:11
dfyang post on2018-8-23 16:51
偶尔会停留在SplashActivity界面,进不去也退不出(退出很快又会弹出)

是4个窗口还是1个窗口预览
author: admin    time: 2018-8-23 17:16
哦,是的,MCU在4切分窗口的时候有个BUG,后期修正升级。

author: dfyang    time: 2018-8-28 14:48
新的mcu应用什么时候能够发布给我们?
author: besovideo    time: 2018-8-28 14:48
就这两天。
author: dfyang    time: 2018-8-29 15:31
UVC(640x480)本地预览没有问题,上传PC端看花屏,MPUService.onPreviewFrame2打出的log是1280x720
author: xuwei    time: 2018-8-29 15:48
dfyang post on2018-8-29 15:31
UVC(640x480)本地预览没有问题,上传PC端看花屏,MPUService.onPreviewFrame2打出的log是1280x720

本地录像是正常的么
author: dfyang    time: 2018-8-29 15:49
本地录像是正常的
author: admin    time: 2018-8-29 16:05
本地录像的分辨率是啥?
author: dfyang    time: 2018-8-29 17:30
mpu后置摄像头设置成640x480、1280x720,插外置摄像头预览都是可以,就是PC端查看花屏
author: admin    time: 2018-8-29 17:35
试试用我们网盘里面最新的MPU对比测试下
author: xuwei    time: 2018-8-30 15:58
dfyang post on2018-8-29 17:30
mpu后置摄像头设置成640x480、1280x720,插外置摄像头预览都是可以,就是PC端查看花屏

外接摄像头有单独设置分辨率,叫外接摄像头设置,视频设置里面的分辨率是机身摄像头的
author: dfyang    time: 2018-8-31 09:29
入口是哪个?修改那个参数?
author: besovideo    time: 2018-8-31 09:35
UVC视频流接口使用样例详见com.smarteye.mpu.service.MPUService中的onCreate方法
                BVPU.setPreviewCb(new PreviewCallback2() {
                        @Override
                        public void onPreviewFrame2(byte[] bytes, int i, int i1, Camera camera) {
                                Log.e("onPreviewFrame2", "width = "+ i+",height="+i1+",data size = "+bytes.length);
                        }
                });
bytes为YUV420P数据,大小为width*height*3/2

author: dfyang    time: 2018-8-31 10:14
这里width=1280,height=720;extCam支持640x480
{
08-31 10:13:41.357 D/mpu     ( 5868):         "szDevice":        "video4",
08-31 10:13:41.357 D/mpu     ( 5868):         "stPixelFormats":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                         "szPixelFormat":        "MJPG",
08-31 10:13:41.357 D/mpu     ( 5868):                         "szDescription":        "MJPG",
08-31 10:13:41.357 D/mpu     ( 5868):                         "stDiscretes":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        1280,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        720,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        640,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        480,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        640,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        360,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        320,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        180,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        1280,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        720,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                         "szPixelFormat":        "YUYV",
08-31 10:13:41.357 D/mpu     ( 5868):                         "szDescription":        "YUYV",
08-31 10:13:41.357 D/mpu     ( 5868):                         "stDiscretes":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        640,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        480,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        640,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        360,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        320,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        180,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iWidth":        640,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "iHeight":        480,
08-31 10:13:41.357 D/mpu     ( 5868):                                         "stIntervals":        [{
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        30
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        25
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        20
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        15
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        10
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }, {
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iNum":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                                                         "iDen":        5
08-31 10:13:41.357 D/mpu     ( 5868):                                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                                 }]
08-31 10:13:41.357 D/mpu     ( 5868):                 }],
08-31 10:13:41.357 D/mpu     ( 5868):         "stControlParam":        {
08-31 10:13:41.357 D/mpu     ( 5868):                 "iAEMode":        8,
08-31 10:13:41.357 D/mpu     ( 5868):                 "iMinExposureTime":        1,
08-31 10:13:41.357 D/mpu     ( 5868):                 "iMaxExposureTime":        5000,
08-31 10:13:41.357 D/mpu     ( 5868):                 "iCurExposureTime":        156,
08-31 10:13:41.357 D/mpu     ( 5868):                 "iMinGain":        0,
08-31 10:13:41.357 D/mpu     ( 5868):                 "iMaxGain":        100,
08-31 10:13:41.357 D/mpu     ( 5868):                 "iCurGain":        0
08-31 10:13:41.357 D/mpu     ( 5868):         }
08-31 10:13:41.357 D/mpu     ( 5868): }

author: dfyang    time: 2018-8-31 10:54
网盘上最新的mpu外置摄像头不会花屏,请知
author: besovideo    time: 2018-8-31 11:17
哦,好,那可能就是后续有升级修正。
最新UA SDK给kirby了,用最新UA来测试吧,应该都OK了。

author: dfyang    time: 2018-8-31 11:23
我们对讲与视频需要同时工作,这样就有声音冲突问题,对讲时mpu的AudioRecord需要stop,对讲结束再start。
其实Audio这部分冲突挺简单的,不过封装在sdk中我们处理起来就比较麻烦了
author: besovideo    time: 2018-8-31 11:39
你们还是想在MPU上做?还是说先试试UA?
author: dfyang    time: 2018-8-31 12:13
如果UA支持的话当然是用UA,现在就有一个问题,UA怎么进preview预览
author: besovideo    time: 2018-8-31 14:36
UA我们还没做本地Preview.

author: dfyang    time: 2018-8-31 15:10
怎么加Preview,能否指导一下?
author: xuwei    time: 2018-8-31 15:23
dfyang post on2018-8-31 15:10
怎么加Preview,能否指导一下?

本地preview可以参考一下https://www.jianshu.com/p/9b40e903b4a0
author: dfyang    time: 2018-8-31 15:27
怎么起Preview我知道,我的意思是和UA关联的地方有哪些?
author: xuwei    time: 2018-8-31 15:31
dfyang post on2018-8-31 15:27
怎么起Preview我知道,我的意思是和UA关联的地方有哪些?

关联的逻辑是怎么样的?
author: dfyang    time: 2018-9-4 13:02
上传同时保存视频在本地怎么做?
author: dfyang    time: 2018-9-4 13:24
09-04 13:23:39.180 I/DEBUG   (  316): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-04 13:23:39.180 I/DEBUG   (  316): Build fingerprint: 'Android/l930/l930:5.1.1/LMY47V/20171222.165247:userdebug/test-keys'
09-04 13:23:39.180 I/DEBUG   (  316): Revision: '0'
09-04 13:23:39.180 I/DEBUG   (  316): ABI: 'arm'
09-04 13:23:39.180 I/DEBUG   (  316): pid: 17875, tid: 17930, name: Thread-11428  >>> com.smarteye.mcu <<<
09-04 13:23:39.181 I/DEBUG   (  316): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x9
09-04 13:23:39.222 I/DEBUG   (  316):     r0 aaf94238  r1 ab0e81e8  r2 6e21ba37  r3 00000000
09-04 13:23:39.222 I/DEBUG   (  316):     r4 00000001  r5 ab0e81e8  r6 ab00f310  r7 aaf94238
09-04 13:23:39.223 I/DEBUG   (  316):     r8 aafab508  r9 aafab508  sl f72653f5  fp e288add0
09-04 13:23:39.223 I/DEBUG   (  316):     ip e2d03bec  sp e288ad88  lr e2c357ff  pc e2c357e0  cpsr 000d0030
09-04 13:23:39.224 I/DEBUG   (  316):
09-04 13:23:39.224 I/DEBUG   (  316): backtrace:
09-04 13:23:39.225 I/DEBUG   (  316):     #00 pc 0001f7e0  /data/app/com.smarteye.mcu-1/lib/arm/libbvcu.so (CodecThread::run()+107)
09-04 13:23:39.225 I/DEBUG   (  316):     #01 pc 00004791  /data/app/com.smarteye.mcu-1/lib/arm/libframework.so (SimpleThread::__run(void*)+20)
09-04 13:23:39.225 I/DEBUG   (  316):     #02 pc 00013413  /system/lib/libc.so (__pthread_start(void*)+30)
09-04 13:23:39.225 I/DEBUG   (  316):     #03 pc 0001133f  /system/lib/libc.so (__start_thread+6)
09-04 13:23:41.001 I/DEBUG   (  316):
09-04 13:23:41.001 I/DEBUG   (  316): Tombstone written to: /data/tombstones/tombstone_08

author: xuwei    time: 2018-9-4 14:08
dfyang post on2018-9-4 13:02
上传同时保存视频在本地怎么做?

目前不支持上传同时本地保存视频
author: xuwei    time: 2018-9-4 14:08
dfyang post on2018-9-4 13:24
09-04 13:23:39.180 I/DEBUG   (  316): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** ...

什么操作会重现?
author: dfyang    time: 2018-9-4 15:36
偶现的死机现象,暂未发现规律。
上传同时本地保存音视频,app可以实现么?需要多久?是不是只要更新sdk就可以?
author: admin    time: 2018-9-4 16:05
上传推流+本地录像,这个是基本要求。
可用Z1测试对比。
author: dfyang    time: 2018-9-4 17:44
上贴不是说“不支持上传同时本地保存视频”
author: admin    time: 2018-9-4 21:32
我同事这样说的?不应该啊,图传+本地录像是同时支持的。
author: dfyang    time: 2018-9-6 12:33
请问UA支持视频和音频打包成文件么?(不通过MediaRecorder)
author: admin    time: 2018-9-6 14:48
我理解就是本地录像,是这个意思吗?

author: dfyang    time: 2018-9-7 14:48
可以这么理解。
author: dfyang    time: 2018-9-7 16:58
关于UA我有两个问题:
1、怎样才能实现上传的同时本地保存,sdk没有BVPU_StorageParam
2、是否支持本地一键上传而不用通过PC端控制,如果能请问怎么做?
author: xuwei    time: 2018-9-7 19:20
dfyang post on2018-9-7 16:58
关于UA我有两个问题:
1、怎样才能实现上传的同时本地保存,sdk没有BVPU_StorageParam
2、是否支持本地 ...

        BVCU_Command command = new BVCU_Command();
                command.iMethod = BVCU_Method.BVCU_METHOD_CONTROL;
                command.iSubMethod = BVCU_SubMethod.BVCU_SUBMETHOD_PU_OPENDIALOG;
                command.szTargetID = serverParam.szServerAddr;
                command.iTimeOut = 3000;
                command.stMsgContent = new BVCU_CmdMsgContent();
                command.stMsgContent.iDataCount = 1;
                BVCU_PUCFG_OpenDialog dialog = new BVCU_PUCFG_OpenDialog();
                dialog.szID = String.format("PU_%08X", serverParam.iDeviceID);
                dialog.iChannelIndex = 0;
                dialog.iStreamIndex = 0;
                dialog.iAVStreamDir = streamDir;
                dialog.bRecord = 1;
                dialog.iApplierID = -1;
                command.stMsgContent.pData = dialog;
                mConnection.sendCmd(command);
发送openDialog命令,就可以主动上传视频
author: xuwei    time: 2018-9-7 19:20
dfyang post on2018-9-7 16:58
关于UA我有两个问题:
1、怎样才能实现上传的同时本地保存,sdk没有BVPU_StorageParam
2、是否支持本地 ...

本地存储,UA SDK没有支持,MPU是支持的
author: dfyang    time: 2018-9-8 09:27
呃,还有一键停止视频传输命令。
author: xuwei    time: 2018-9-10 10:15
dfyang post on2018-9-8 09:27
呃,还有一键停止视频传输命令。

一键停止和一键开始命令一样的,只是streamdir参数不一样,停止时,streamdir=0
author: dfyang    time: 2018-9-17 10:04
PC端发命令,mcu挂了
09-17 09:56:37.684 F/DEBUG   (  286): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-17 09:56:37.684 F/DEBUG   (  286): Build fingerprint: 'qcom/m330/m330:6.0.1/MMB29M/20180914.164637:user/test-keys'
09-17 09:56:37.684 F/DEBUG   (  286): Revision: '0'
09-17 09:56:37.684 F/DEBUG   (  286): ABI: 'arm'
09-17 09:56:37.684 F/DEBUG   (  286): pid: 2821, tid: 2821, name: om.smarteye.mcu  >>> com.smarteye.mcu <<<
09-17 09:56:37.685 F/DEBUG   (  286): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x54
09-17 09:56:37.726 F/DEBUG   (  286):     r0 00000023  r1 a2427980  r2 00000000  r3 00000000
09-17 09:56:37.726 F/DEBUG   (  286):     r4 a1e36edc  r5 a2427980  r6 00000035  r7 00000000
09-17 09:56:37.726 F/DEBUG   (  286):     r8 12d03580  r9 b7534ca0  sl 9ef55000  fp 12eecf40
09-17 09:56:37.727 F/DEBUG   (  286):     ip 00000000  sp beecaeb8  lr a1d1273d  pc a1d12742  cpsr 80010030
09-17 09:56:37.733 F/DEBUG   (  286):
09-17 09:56:37.733 F/DEBUG   (  286): backtrace:
09-17 09:56:37.734 F/DEBUG   (  286):     #00 pc 00037742  /data/app/com.smarteye.mcu-2/lib/arm/libbvcu.so (_OverlapCaptionOnYUV+117)
09-17 09:56:37.734 F/DEBUG   (  286):     #01 pc 00037be5  /data/app/com.smarteye.mcu-2/lib/arm/libbvcu.so (_OverLapCaptionOnYUV420+156)
09-17 09:56:37.734 F/DEBUG   (  286):     #02 pc 00037ce1  /data/app/com.smarteye.mcu-2/lib/arm/libbvcu.so (OSD_FeedFrameYUV420+212)
09-17 09:56:37.735 F/DEBUG   (  286):     #03 pc 0003604b  /data/app/com.smarteye.mcu-2/lib/arm/libbvcu.so (_ZN6OSDMgr9renderOSDEPcii+114)
09-17 09:56:37.735 F/DEBUG   (  286):     #04 pc 0001db43  /data/app/com.smarteye.mcu-2/lib/arm/libbvcu.so (_ZN8CUGlobal14inputVideoPortEPvixii+22)
09-17 09:56:37.735 F/DEBUG   (  286):     #05 pc 000295c3  /data/app/com.smarteye.mcu-2/lib/arm/libbvcu.so (Java_com_smarteye_coresdk_CoreSDK_InputVideoData+62)
09-17 09:56:37.735 F/DEBUG   (  286):     #06 pc 00cd9c0b  /data/app/com.smarteye.mcu-2/oat/arm/base.odex (offset 0x91e000)
09-17 09:56:39.104 F/DEBUG   (  286):
09-17 09:56:39.104 F/DEBUG   (  286): Tombstone written to: /data/tombstones/tombstone_03
09-17 09:56:39.104 E/DEBUG   (  286): AM write failed: Broken pipe





欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2