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 — 

FAQ (3)

tutorial
KeyMapperのような自動化アプリがトリガーできるように、Android intentを使って録画を開始する方法は?

intentを介して録音を開始する機能はすでに実装されています。Macro StoreからMacroDroidマクロを使用するか(リンク: https://www.macrodroidlink.com/macrostore?id=28194)、KeyMapperを設定してカスタムintentを送信し録音をトリガーできます。正確なintent actionとextrasについてはアプリのドキュメントを確認してください。

参照 Issue #289
トラブル対応
なぜF-Droid/Fastlaneのshort descriptionが切り詰められるのですか?また、「short_description.txt too long」エラーを修正する方法は?

Fastlane metadata 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 ビルドサーバー上でビルドを破壊することが知られています。回避策として AGP 8.11.1 にダウングレードしてください。恒久的な修正については https://gitlab.com/fdroid/admin/-/issues/593 を監視してください。

参照 Issue #191