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 같은 자동화 앱이 트리거할 수 있도록)

intent를 통해 녹화를 시작하는 기능은 이미 구현되어 있습니다. Macro Store의 MacroDroid 매크로를 사용하거나(링크: https://www.macrodroidlink.com/macrostore?id=28194) KeyMapper를 구성하여 custom 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자 이하이고 일반 텍스트(마크다운/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