Skip to content

Commit 8ad058d

Browse files
committed
* update faq
1 parent 2803cbd commit 8ad058d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/doc/en/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,8 @@ When recording in non-blocking mode on MaixCam2, after starting recording, you n
327327
## The video cannot be decoded, or an error is reported during the decoding process
328328

329329
1. Ensure the video file format is h264 or mp4
330-
2. If the error persists, try removing the B-frames from the video, keeping only I-frames and P-frames, and then attempt again. You can use the ffmpeg to achieve this: `ffmpeg -i input.mp4 -c:v libx264 -x264-params "bframes=0" output_no_b_frames.mp4`
330+
2. If the error persists, try removing the B-frames from the video, keeping only I-frames and P-frames, and then attempt again. You can use the ffmpeg to achieve this: `ffmpeg -i input.mp4 -c:v libx264 -x264-params "bframes=0" output_no_b_frames.mp4`
331+
332+
## Can the MaixCam/MaixCam-Pro/MaixCam2 auto focus?
333+
334+
Not supported, MaixCam series cameras can only support manual focus, which means you need to manually turn the camera to focus.

docs/doc/zh/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,8 @@ MaixCam2在非阻塞模式下录音时, 开始录音后需要等待录音数据
308308
## 视频无法解码, 或者在解码过程中提示出错
309309

310310
1. 确保视频文件格式是`h264`或者`mp4`
311-
2. 如果仍然报错, 尝试将删除视频中的B帧,只保留I帧和P帧后再次尝试. 可以使用ffmpeg 命令行工具实现: `ffmpeg -i input.mp4 -c:v libx264 -x264-params "bframes=0" output_no_b_frames.mp4`
311+
2. 如果仍然报错, 尝试将删除视频中的B帧,只保留I帧和P帧后再次尝试. 可以使用ffmpeg 命令行工具实现: `ffmpeg -i input.mp4 -c:v libx264 -x264-params "bframes=0" output_no_b_frames.mp4`
312+
313+
## MaixCam/MaixCam-Pro/MaixCam2 能否自动对焦
314+
315+
不能, MaixCam系列的摄像头只能支持手动对焦,也就是需要手动去拧镜头来对焦

0 commit comments

Comments
 (0)