傲血战意
Results
2
issues of
傲血战意
When setting two points, one is 0.811 and the other is 10.91, only 0.8 and 10.9 are displayed, why? Code: binding.qcDeviceDetailChart.run { this.description.isEnabled = false this.setDrawGridBackground(false) this.setTouchEnabled(true) this.maxHighlightDistance = 50f...
.setPublishSize(1280, 720)//推流分辨率,不要高于预览分辨率 .setPreviewSize(1280, 720)//预览分辨率,决定截屏、录制文件的分辨率 当我把分辨率调到了1280*720的时候,录制视频录制不了,我想录的是h265的,但我用480*320的时候就没有问题呢?我就只改过这里,别的有动过