document.write("");
上一页 1 ··· 12 13 14 15 16
摘要: 背景: Android项目里调用摄像头拍摄视频,原本使用的 MediaStore.ACTION_VIDEO_CAPTURE, 后来因项目需要,改成了camera2 1.Camera2Video 官方demo有点问题,下载后,不能直接整合到项目 问题1.多次拍摄视频崩溃 问题2.双击record按钮, 阅读全文
posted @ 2020-08-13 08:17 人间春风意 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 背景:elemet - ui和vue , el-table中使用了 el-popover , el-popover 中使用了form, 每编辑一行数据,点击编辑按钮,出现el-popover弹窗,页面加载弹出窗很慢,弹出窗里的下拉框加载也很慢,数据很少,只有二三十条 最近发现网页前端使用 el-po 阅读全文
posted @ 2020-08-12 19:26 人间春风意 阅读(2797) 评论(0) 推荐(0) 编辑
摘要: Android: 背景:调用摄像头,拍摄视频,指定保存的地址,但是返回的Cursor文件,只有名称和大小的属性,没有其他诸如时长,连ID属性都没有 使用 cursor.getInt(cursor.getColumnIndexOrThrow(MediaStore.Video.Media.DURATIO 阅读全文
posted @ 2020-08-11 15:51 人间春风意 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 报错: Binary XML file line #0: Binary XML file line #0: Error inflating class xxx.AutoFitTextureView 解决: <com.example.testy2.AutoFitTextureView android: 阅读全文
posted @ 2020-08-11 15:49 人间春风意 阅读(602) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16