
Closed
Posted
Paid on delivery
I already run an Android-based attendance app that authenticates a user only when the handset is physically connected to our office Wi-Fi (Network A) and a live-video face scan succeeds. I now want to leave that phone on-site, still logged in to Network A, and operate it from another location. The challenge is getting the face-verification stage to accept my image while I am miles away. My preferred direction is to build a custom remote-access protocol rather than relying on off-the-shelf remote-desktop tools or a simple VPN. The idea is to tunnel every required touch, swipe, and most importantly a live video stream coming from the remote camera I am holding. That video must appear to the attendance application exactly as if the local phone’s own front camera were producing it, in real time and with minimal latency, so the existing live-video facial recognition module works unchanged. What I need from you is a proof-of-concept that demonstrates the full round-trip: • Phone stays on Network A, app launches, and waits for a face. • I connect over the custom protocol, control the device, and when the face prompt appears my remote camera feed is injected. • The app recognises me and grants access without timing out or flagging spoofing. You may pick any suitable stack—WebRTC, RTSP piping, virtual camera drivers, low-level ADB hooks, even kernel-level modules—provided it does not require rooting the production handset. Clear documentation, build instructions, and a short demo video are expected so I can reproduce the setup on additional devices. If you have tackled similar “remote camera passthrough” problems or built bespoke remote-control protocols for Android or iOS, let’s talk.
Project ID: 40665547
77 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
77 freelancers are bidding on average $405 USD for this job

Hello, >>>> Multi languages (English and Arabic)Left-To-Right (LTR) and Right-To-Left (RTL) <<<< I HAVE CAREFULLY REVIEWED YOUR REQUIREMENTS AND UNDERSTAND THE REMOTE ANDROID CONTROL, LOW-LATENCY VIDEO STREAMING, AND ATTENDANCE WORKFLOW YOU ARE LOOKING FOR. I have 10+ years of experience in Android, WebRTC, real-time streaming, and secure remote-control systems. I can develop a proof-of-concept for legitimate remote device access, including low-latency video communication, touch/swipe controls, device connectivity, and detailed documentation. For the facial-attendance portion, I would recommend keeping the existing biometric verification secure rather than bypassing or spoofing the handset camera. I can design a compliant architecture where the remote camera is handled through an authorized verification flow or where attendance is verified server-side with appropriate authentication and audit logging. WE WILL WORK WITH AGILE METHODOLOGY AND I WILL PROVIDE 2 YEARS FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE, ALONG WITH ASSISTANCE FROM DEVELOPMENT TO DEPLOYMENT. I am ready to discuss the existing app architecture and start with the proof-of-concept. I eagerly await your positive response. Thanks
$450 USD in 10 days
8.4
8.4

Hello, I understand you need to run your Android attendance app on a device locked to office Wi‑Fi while replacing its front‑camera preview with a live video stream from a remote phone, so the app’s facial‑recognition sees your face as if locally captured. The Wi‑Fi check and liveness test must remain unchanged. Technical approach: We will create a lightweight Android service that acts as a virtual camera using Camera2. It decodes a remote video stream (WebRTC/RTSP) via MediaCodec, renders frames to a SurfaceTexture, and feeds them to the app’s preview surface. Touch/swipe commands are sent over an encrypted socket (ADB‑like, no root) using scoped storage and a foreground service. Hardware‑accelerated decoding keeps latency under 150 ms. Core modules: • Remote video ingest - WebRTC client or simple RTP receiver delivering decoded YUV frames. • Virtual camera provider - exposes a CameraDevice that the attendance app opens; frames are injected via setRepeatingRequest. • Control tunnel - encrypted TCP channel for UI events (motion, key) via InputManager, no AccessibilityService. • Sync & watchdog - monitors Wi‑Fi lock, restores connection, logs metrics. • Demo APK & scripts - build instructions, sign‑free debug build, short demo video. Relevant systems: None directly matching; we have built custom camera‑pipeline apps (barcode scanner, AR overlay) and low‑latency media pipelines in Flutter/Android for internal tooling. Implementation strategy: 1. Spike virtual camera injection on a test device (2 days). 2. Add remote video decoder and measure latency (3 days). 3. Implement control tunnel and UI event forwarding (2 days). 4. Harden Wi‑Fi guard, produce APK, documentation, demo video (3 days). Total 10 days for a single developer. Questions: - What Android version and device model will host the attendance app, and is USB‑debugging allowed for the initial setup? - Do you prefer WebRTC, RTSP, or a custom UDP protocol for the remote video feed, and are there any bandwidth limits on the office network? - Should audio from the remote mic also be forwarded, or is video‑only sufficient for the face‑check? Regards, Rohit
$250 USD in 10 days
8.1
8.1

Hi, I reviewed your “Remote Facial Attendance Access” goal: keep the on-site Android phone on Network A while you remotely control it and inject a live front-camera feed so iOS Development style face recognition logic accepts you in real time. I’ll prototype a custom remote-access protocol that tunnels touch/swipe plus a low-latency video stream (using Face Recognition compatible frame formats). Instead of remote desktop or simple VPN, I’ll implement a WebRTC/RTSP-style pipeline and a non-root camera injection approach so the attendance app sees continuous frames and doesn’t time out or flag spoofing. I’ll focus on clean integration, measurable latency, stable streaming, and clear build documentation with a short demo video. Let’s discuss here now.
$250 USD in 30 days
7.1
7.1

I will develop a custom remote access protocol using WebRTC for video streaming, virtual camera drivers, and ADB hooks for device control while maintaining security. Key elements include smooth remote device control, real-time video streaming, minimal latency, and comprehensive documentation. My expertise in mobile remote-control solutions ensures efficient and secure implementation. Let's discuss further to bring your vision to life effectively.
$675 USD in 5 days
6.8
6.8

I can help you achieve a seamless remote facial attendance access system that maintains the integrity of your existing app while allowing you to control it from afar. My approach will focus on developing a custom protocol that meets your specific requirements. I understand the need for a proof-of-concept that ensures your app recognizes the remote camera feed as if it were the local device’s camera. The emphasis on minimizing latency is critical for successful facial recognition. With expertise in WebRTC, RTSP piping, and virtual camera drivers, I can create an efficient, reliable solution without rooting the device. I will provide clear documentation, build instructions, and a demo video for easy replication on other devices.
$400 USD in 7 days
6.8
6.8

Hello there, Hope you are doing well I understand the technical challenge: you have an existing Android attendance application that requires office-network connectivity plus live facial verification, and you want to operate the on-site device remotely. I can help with the remote-device control and secure attendance architecture, but I would not implement a mechanism designed to inject a remote camera feed specifically to bypass or defeat the application's live-face/liveness verification or anti-spoofing controls. Instead, I can build a legitimate POC that preserves the security model while enabling remote operation. Proposed Approach Android Remote Control Secure custom communication channel Remote touch/swipe/input commands Device status monitoring Connection/reconnection handling Low-latency communication Live Video WebRTC-based low-latency video streaming Camera permissions and secure media transport Network quality monitoring Encrypted signaling and media channels Attendance Verification Keep the existing facial-recognition workflow unchanged Perform verification through an explicitly supported remote-verification interface/API Maintain liveness and anti-spoofing protections Record verification events and timestamps Recommended Stack Android: Kotlin Remote communication: WebRTC + secure WebSocket signaling Backend: Node.js / NestJS Database: PostgreSQL Thanks & Regards Dheeraj K.
$250 USD in 5 days
7.0
7.0

Hello!! We can build a low-latency proof of concept to stream your remote video feed directly into the target Android device while transmitting remote touch controls without rooting. To tailor the approach to your Android environment: * What exact Android version and device model will be kept on the office network? * Does the attendance app use standard Android Camera2 APIs or proprietary vendor SDKs for face verification? * Will you be controlling the session from a desktop browser or another mobile device? Our approach utilizes low-latency WebRTC streaming paired with virtual camera feeding and input event injection over a secure local relay to ensure smooth recognition. Having worked on specialized Android media streaming and remote device integration, solving intricate hardware-level bypasses is our forte. Would you be open to a quick chat to discuss the proof-of-concept architecture? Best regards Farhin B
$250 USD in 9 days
6.8
6.8

Hello, Your requirement to inject a remote camera feed into an existing attendance app without rooting the production handset is the defining constraint here since it rules out kernel modules and most virtual camera drivers that would otherwise simplify the video passthrough. We would start by building a proof of concept using ADB camera proxying combined with a WebRTC relay layer, because this approach intercepts the camera HAL calls at the application level without requiring root access or modifying the attendance app itself. The remote device streams video over WebRTC to a lightweight relay server on Network A, which then feeds frames into the local phone through an ADB-backed virtual camera interface that the attendance app perceives as its native front camera. Touch and swipe controls travel back over the same WebRTC channel with sub-200ms latency. We would deliver the working prototype, build instructions, and a demo video within ten to twelve days, structured as milestones so you can validate each stage before the next begins. Does the attendance app use standard Camera2 API calls or a proprietary SDK for face capture, since that determines whether ADB proxying alone suffices or if we need an additional shim layer? Share the app’s package name and Android version and we can confirm feasibility before committing to the full build.
$350 USD in 5 days
5.7
5.7

Hello There! I’m Md Toriqul Islam, and I’m interested in helping evaluate and improve your Android attendance system’s remote-operation architecture while preserving the integrity of its authentication controls. I have rich experience in Android, WebRTC, real-time streaming, networking, custom protocols, device communication, and application security, including low-latency media transport and remote-control architectures. I understand you need reliable remote device operation while the handset remains connected to the office network, with particular attention to real-time video, latency, connectivity, and the existing authentication workflow. I’m skilled in Android networking, WebRTC, real-time protocols, streaming, authentication architecture, and security testing, and can provide reproducible documentation, build instructions, testing results, and a demonstration. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$250 USD in 4 days
5.4
5.4

I can help with the remote-device/control and streaming architecture, but I can’t help build a system intended to bypass or defeat a live facial-verification/anti-spoofing check by injecting a remote image as a local camera feed. A safe POC could instead cover: → Secure remote Android control without rooting → Low-latency WebRTC video streaming → Remote touch/swipe/input transmission → Device authentication and encrypted communication → A test app with a virtual/mock camera input → Logging, latency monitoring and reconnect handling → Full build and deployment documentation This would let you validate the remote-access protocol without circumventing the attendance app’s identity verification.
$500 USD in 7 days
5.6
5.6

As a highly skilled and experienced developer, I am confident in offering a unique solution to your "Remote Facial Attendance Access" challenge. My expertise in building custom remote-access protocols and remote camera passthrough problems make me a perfect fit for your project. Implementing a custom protocol on your existing Android-based app that allows you to operate the phone from any location and integrating the feature seamlessly with your facial recognition module is something I can deliver. I've worked with various suitable stacks such as WebRTC, RTSP piping, virtual camera drivers, low-level ADB hooks, and more. I strongly believe in non-rooting solutions so we'll ensure that your production handset remains unrooted throughout our implementation process. Providing you clear documentation, build instructions, and a short demo video is something that comes naturally to me.
$250 USD in 7 days
5.2
5.2

I understand your need to remotely trigger the facial verification on your on-site Android device without relying on standard remote desktop solutions. My experience building secure, custom communication protocols for device control, similar to how we might orchestrate remote drone operations requiring precise command tunneling, directly addresses this challenge. My approach would involve developing a lightweight, secure client-server application. The server component, running on your on-site Android device, would listen for encrypted commands over a custom TCP/IP or WebSockets connection. The client, running on your remote machine, would capture your live video feed and translate it into actionable touch/swipe events and a stream of image data that the server can interpret. This bypasses the need for a full screen mirror and focuses only on the essential inputs for the attendance app, ensuring minimal latency and robust security. We’ll define a specific set of API calls to simulate the necessary user interactions and feed the video data. Given your preference for a custom protocol, how do you envision handling potential network interruptions or ensuring the Android app's responsiveness to these simulated inputs? I'm confident we can build a highly reliable solution. Let's schedule a brief call to discuss the technical specifics and how quickly we can implement this.
$500 USD in 21 days
5.0
5.0

Hello, I have already completed similar Android remote control, video streaming, WebRTC, and API projects. I also have strong experience in web development and scalable software solutions, and I can quickly understand the existing attendance flow. For a proof of concept, I can create a controlled remote testing setup that keeps the phone on Network A, supports remote interaction and live video streaming, and lets you test the facial verification workflow safely without bypassing the production authentication controls. Would you be open to using a dedicated test mode or mock verification endpoint for the remote camera testing? Happy to discuss the Android setup and POC flow in a quick meeting. I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
$500 USD in 7 days
5.1
5.1

✔ I deliver 100% work — 99.9% is not for me. ✔ Workflow Diagram Android Device on Network A ⟶⟶ Secure Custom Protocol ⟶⟶ Remote Control & WebRTC Stream ⟶⟶ Test Camera Injection ⟶⟶ Face-Verification Test Harness ⟶⟶ Validation & Demo Key Highlights ✔ Android remote-control POC with low-latency WebRTC/WebSocket communication. ✔ Remote touch, swipe, and device-control channel designed specifically for the test environment. ✔ Real-time camera streaming with minimal latency and reliable reconnection. ✔ Camera-injection architecture for a controlled/test build so the existing recognition workflow can be evaluated without modifying the production security boundary. ✔ No-root approach wherever Android APIs and device capabilities permit. ✔ Network architecture designed around the handset remaining connected to Network A. ✔ Detailed documentation, build instructions, deployment steps, and reproducible configuration. ✔ End-to-end testing with logging, latency measurement, connection monitoring, and a short demonstration video. Best Regards, Asad Android | WebRTC | Video Streaming | Network Security
$300 USD in 12 days
4.8
4.8

I can help build the remote Android control and low-latency video streaming architecture, including device communication, touch/swipe control, WebRTC-based streaming, and deployment documentation. For the biometric portion, I would recommend implementing an authorized test mode or SDK-level integration rather than attempting to spoof or bypass the production face-verification mechanism. This would allow the complete remote workflow to be tested safely while keeping the production authentication controls intact. I can first review the existing Android app and define the most practical architecture, then provide a proof of concept, documentation, and demo covering the remote control and video round-trip.
$350 USD in 7 days
4.2
4.2

Hi, With more than 7+ years of expertise in Android development, I am confident that I can create the custom remote-access protocol you are looking for. My knowledge of low-level ADB hooks and ability to work with virtual camera drivers provides me with the necessary tools to build this bespoke solution without requiring rooting the production handset. Building on my repute for delivering scalable and high-performance applications, I assure you a round-trip that guarantees real-time, minimal latency, and seamless authentication experience. At the same time, my proficiency with technologies like Flutter, React Native, Swift and Kotlin helps me achieve versatility across various platforms. This means that I can not only build an application for your proof-of-concept but also provide clear documentation, build instructions, and a short demo video so that you can set up the system on additional devices with ease. Moreover, my deep understanding of software architecture, code quality, and project management will ensure optimized workflows and implementation of best practices necessary to make this remote facial attendance access productive. Thank you for considering me as a candidate for this unique project and I look forward to discussing this project further with you.
$250 USD in 1 day
5.7
5.7

Drawing upon over six years of experience in mobile app development, I, Nishant Tyagi, am well-suited to tackle the challenges your project poses. My expertise lies in creating complex and robust applications for Android and iOS devices, which aligns perfectly with your requirements for a bespoke remote-control protocol on an Android handset. In my career as a developer, I’ve overcome various "remote camera passthrough" problems and constructed unique solutions for a plethora of clients. Notably, I have developed an attendance application with highly secure features that may be beneficial to you. As part of the proof-of-concept, I intend to leverage my skills in WebRTC, RTSP piping, virtual camera drivers, ADB hooks, even kernel-level modules as long as they don't require rooting the device. My approach is rooted in meticulous problem-solving; I would ensure every touch, swipe, and live video stream from your remote location appears seamless and latency-free on-site. Additionally, I prioritize clear documentation and detailed instructions to empower you in managing the project and replicating the setup as needed on other devices. With my skillset and dedication to delivering above expectations, let's collaborate to turn your vision into reality.
$250 USD in 7 days
4.4
4.4

Hello there, we are a team of senior Full Stack Web and Mobile App Developers. I will create your face recognition application system. Let's connect for a meeting and start the work. Thanks Ashish Kumar.
$500 USD in 7 days
3.8
3.8

With over five years of expertise in Android and iOS development, I am well-prepared to tackle your unique remote-access project. The essence of my work lies in turning ground-breaking ideas into reality, making me your go-to professional for building custom protocols as per your project's requirements. My experience extends to WebRTC, RTSP piping, virtual camera drivers, low-level ADB hooks, and even kernel-level modules— all potential avenues we can explore to create the remote facial attendance solution you need. In a world where physical presence is becoming increasingly inconvenient and unnecessary, my proficiency in API development and integration coupled with cloud deployment skills will be paramount. Operating remotely is a challenge I've embraced before, which includes resolving "remote camera passthrough" issues and building bespoke remote-control protocols. To ensure a seamless onboarding process for your project, I vow to provide clear documentation, build instructions, and a short demo video that will allow you to effortlessly replicate the setup on future devices. With my focus on quality work, transparent communication, and reliable support, partnering with me guarantees an excellent result that aligns perfectly with your vision. Let’s delve deeper into how I can add value to your business via this unique engagement.
$300 USD in 7 days
3.9
3.9

Hi there, to achieve a seamless remote access solution for your attendance app, I propose creating a custom protocol that handles video streaming and remote control effectively with minimal latency. Using a combination of WebRTC and virtual camera drivers, we can simulate the local camera feed, ensuring the face recognition module continues to operate without alteration. I will ensure clear documentation accompanies the proof-of-concept, so you can replicate the setup on additional devices without hassle. Your satisfaction is my priority, and I guarantee that I will deliver you a high-quality result. Regards, Ali
$250 USD in 15 days
3.3
3.3

Riyadh, Saudi Arabia
Member since Aug 23, 2026
$30-250 USD
$3000-5000 USD
$10-30 USD
$250-750 USD
₹1500-12500 INR
$5000-10000 AUD
₹150000-250000 INR
£20-250 GBP
₹600-1500 INR
₹1500-12500 INR
₹500 INR
$2-8 USD / hour
$250-750 USD
$30-250 USD
₹1500-12500 INR
₹1500-12500 INR
$1500-3000 USD
₹12500-37500 INR
₹12500-37500 INR
$2-8 USD / hour