我请求开发者实现以下功能 (I would like to request the developers to implement the following feature)
实现一个相机模块,允许在工作流中执行拍照和视频录制操作。 (Implement a camera module that allows photo and video capture operations within workflows.)
我的建议属于哪一范围? (Which scope does my suggestion belong to?)
请详细描述使用场景、预期功能等信息 (Please describe the use case, expected functionality, etc. in detail)
- 使用场景: (Use Case:) 在特定触发器(如移动侦测或时间计划)发生时,自动拍摄照片或录制一段视频作为证据或记录。 (Automatically capture photos or record a video as evidence or records when specific triggers like motion detection or time schedules occur.)
- 预期功能: (Expected Functionality:)
- 拍照:支持指定分辨率、前后摄像头、对焦模式等。 (Photo: Support specifying resolution, front/back camera, focus mode, etc.)
- 视频录制:支持指定录制时长、分辨率、编码格式等。 (Video Recording: Support specifying recording duration, resolution, encoding format, etc.)
- 模块输入: (Module Input:)
cameraType: "front" / "back"
mode: "photo" / "video"
duration: 录制时长 (仅视频) (Recording duration - Video only)
savePath: 保存路径 (Save path)
- 模块输出: (Module Output:)
filePath: 生成的文件路径 (Generated file path)
success: 是否成功 (Success status)
- 额外说明: (Additional Notes:)
- 应支持静默操作,不弹出系统相机界面(如果权限允许)。 (Should support silent operation without popping up the system camera interface, if permissions allow.)
- 注意: 我本人并非 Android 开发者,因此无法直接贡献代码。我请求核心开发团队考虑在未来的版本中实现并添加此功能模块。 (Note: I am not an Android developer and cannot contribute code directly. I am requesting the core development team to consider implementing and adding this feature module in a future release.)
我的设备信息是? (What is my device information?)
- Android版本 (eg. 16): (Android Version) 14
- Rom信息 (eg. HyperOS 3): (ROM Information) Standard Android
我请求开发者实现以下功能 (I would like to request the developers to implement the following feature)
实现一个相机模块,允许在工作流中执行拍照和视频录制操作。 (Implement a camera module that allows photo and video capture operations within workflows.)
我的建议属于哪一范围? (Which scope does my suggestion belong to?)
请详细描述使用场景、预期功能等信息 (Please describe the use case, expected functionality, etc. in detail)
cameraType: "front" / "back"mode: "photo" / "video"duration: 录制时长 (仅视频) (Recording duration - Video only)savePath: 保存路径 (Save path)filePath: 生成的文件路径 (Generated file path)success: 是否成功 (Success status)我的设备信息是? (What is my device information?)