OpenSource-Hub

FadCam

应用程序

anonfaded/FadCam

开源安卓多媒体录制器,支持后台录像、录屏、直播及远程控制。

项目简介

FadCam 是一款注重隐私的安卓多媒体套件,提供后台录像、行车记录仪、带标注的屏幕录制、局域网直播以及远程摄像头控制功能。它完全无广告且基于 GPL-3.0 开源,强调在个人安全、内容创作和远程监控中的合理使用。

README 预览

\n    \n  this is the old banner -->\n\n\n\n\n\n\n\n\n\n> [!Tip]\n> This project is part of the [FadSec Lab suite](https://github.com/fadsec-lab).  Discover our focus on ad-free, privacy-first applications and stay updated on future releases!\n\n> [!Note]\n> Unlock FadCam Pro with lifetime access: Visit the [Shop](https://www.patreon.com/cw/Fadedx/shop) \n\n\n---\n\n\n    \n\n\n# `>_` FadCam\n\n**Privacy-focused Android multimedia suite: background video recording, dashcam, screen recorder, live streaming & remote control - ad-free & open-source.**\n\n[](https://github.com/anonfaded/FadCam/releases/)\n[](https://sourceforge.net/projects/fadcam/files/latest/download)\n[](https://shields.rbtlog.dev/com.fadcam)\n\n[](https://ko-fi.com/D1D510FNSV)\n[](https://www.patreon.com/cw/Fadedx/shop)\n\n\nScan to visit Patreon shop:\n\n\n\n\n[](https://discord.gg/kvAZvdkuuN )\n\n -->\n\n\n\n\n\n\n\n    \n-->\n\n\n\n    \n\n\n    \n\n\n\n    \n    \n\n\n\n\n| ⭐ | | *New app from FadSec-Lab suite:🎉*  Also, check out our new Windows app! Visit here: [FadCrypt](https://github.com/anonfaded/FadCrypt)  |\n|--|-------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n\n\n\n\n\n        \n\n\n---\n\n\n    Expand Table of Contents\n    \n\n        \n- [Purpose](#purpose)\n- [Screenshots](#-screenshots)\n- [Featured on](#featured-on)\n- [Download](https://github.com/anonfaded/FadCam#-download)\n- [Features](#features)\n- [Upcoming Features](#upcoming-features)\n- [Join Community](#join-community)\n- [Support](#support)\n- [Contributions](#contributions)\n- [Credits](#credits)\n\n\n\n---\n\n## `>_` Purpose\n\nFadCam is developed with the goal of providing a powerful, privacy-focused multimedia suite for Android devices. This comprehensive app includes dashcam functionality, screen recording with annotations, live streaming over local networks, and remote camera control — 

常见问题 (3)

tutorial
如何使用Android intent启动录音,以便KeyMapper等自动化应用能够触发它?

通过intent启动录音的功能已经实现。您可以使用Macro Store中的MacroDroid宏(链接:https://www.macrodroidlink.com/macrostore?id=28194),或配置KeyMapper发送自定义intent来触发录音。请查阅应用的文档以获取确切的intent action和extras。

来源 Issue #289
故障排除
为什么我的F-Droid/Fastlane简短描述被截断,以及如何修复'short_description.txt too long'错误?

Fastlane 元数据文件 short_description.txt 必须不超过80个字符。请进行缩减,例如将 'Open-source, ad-free multimedia recorder with background video recording, screen recording, and more' 改为 'multimedia recorder with background video recording, screen recording, and more'。同时确保 changelogs/XX.txt 不超过500个字符且为纯文本(无Markdown/HTML)。

来源 Issue #228
故障排除
为什么 F-Droid 在使用 Android Gradle Plugin 8.12.x 或 8.13.0 时构建失败?

已知 AGP 8.12.x 和 8.13.0 会破坏 F-Droid buildserver 上的构建。降级到 AGP 8.11.1 作为临时解决方法。关注 https://gitlab.com/fdroid/admin/-/issues/593 以获取永久修复。

来源 Issue #191