mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
view: 8857|reply: 50
打印 prevThread nextThread

MCU login fail

[copyURL]

8

主题

72

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
jumpTo
owner
poston 2018-8-23 14:57 | authorOnly 回帖奖励 |viewing |阅读模式
no problem
reply

使用道具 report

8

主题

72

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
51#
 Owner| poston 2018-9-17 10:04 | authorOnly
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
reply agree Against

使用道具 report

2

主题

414

帖子

1188

积分

vipMem

Rank: 6Rank: 6

积分
1188
50#
poston 2018-9-10 10:15 | authorOnly
dfyang post on2018-9-8 09:27
呃,还有一键停止视频传输命令。

一键停止和一键开始命令一样的,只是streamdir参数不一样,停止时,streamdir=0
reply agree Against

使用道具 report

8

主题

72

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
49#
 Owner| poston 2018-9-8 09:27 | authorOnly
呃,还有一键停止视频传输命令。
reply agree Against

使用道具 report

2

主题

414

帖子

1188

积分

vipMem

Rank: 6Rank: 6

积分
1188
48#
poston 2018-9-7 19:20 | authorOnly
dfyang post on2018-9-7 16:58
关于UA我有两个问题:
1、怎样才能实现上传的同时本地保存,sdk没有BVPU_StorageParam
2、是否支持本地 ...

本地存储,UA SDK没有支持,MPU是支持的
reply agree Against

使用道具 report

2

主题

414

帖子

1188

积分

vipMem

Rank: 6Rank: 6

积分
1188
47#
poston 2018-9-7 19:20 | authorOnly
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命令,就可以主动上传视频
reply agree Against

使用道具 report

8

主题

72

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
46#
 Owner| poston 2018-9-7 16:58 | authorOnly
关于UA我有两个问题:
1、怎样才能实现上传的同时本地保存,sdk没有BVPU_StorageParam
2、是否支持本地一键上传而不用通过PC端控制,如果能请问怎么做?
reply agree Against

使用道具 report

8

主题

72

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
45#
 Owner| poston 2018-9-7 14:48 | authorOnly
可以这么理解。
reply agree Against

使用道具 report

10

主题

531

帖子

2441

积分

admin

Rank: 9Rank: 9Rank: 9

积分
2441
44#
poston 2018-9-6 14:48 | authorOnly
我理解就是本地录像,是这个意思吗?
reply agree Against

使用道具 report

8

主题

72

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
43#
 Owner| poston 2018-9-6 12:33 | authorOnly
请问UA支持视频和音频打包成文件么?(不通过MediaRecorder)
reply agree Against

使用道具 report

QQ|wireless surveillance

GMT+8, 2024-7-1 19:42 , Processed in 0.059554 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList