Skip to content

NIICKTCHUNS/RemoteCam-Enhanced

 
 

Repository files navigation

📸 RemoteCamEnhanced ^^

what is this

RemoteCamEnhanced is a fork of Ruddle’s RemoteCam,
turned into a real alternative to DroidCam: no paywalls, no ads, full features.

stream your Android camera to your PC with a clean Material 3 (Monet) design,
modern code, and the goal of matching everything DroidCam can do (and more soon :3)


what’s new

  • material you ui (dynamic colors, expressive design)
  • obs + v4l2 compatible
  • cleaner codebase and faster streaming
  • still light and simple to use ^^

how it works

pick a sensor → app captures frames →
they’re sent over http as an mjpeg stream to your pc.


http://<your-phone-ip>:8080/cam.mjpeg

works directly in browsers, OBS, or ffmpeg.


download

👉 download remotecam-enhanced.apk

not on play store


use cases

in obs:
add a browser or media source →
paste your stream url (like http://192.168.x.x:8080/cam.mjpeg)
browser source = lowest latency.

screenshot

linux (v4l2):

ffmpeg -i http://192.168.x.x:8080/cam.mjpeg -f v4l2 /dev/video0

contributing 💡

I’m open to contributions! Feel free to submit a pull request for:

  • adding new translations / languages to the app
  • improving the codebase, refactoring, optimizations
  • UI tweaks, bug fixes, new ideas, etc.

If you want to help, just make a PR, I’ll check it as soon as possible ^^


why

droidcam is good, but most features are behind a paywall. remotecamenhanced aims to be a true open-source replacement, with hd video, obs/v4l2 support, clean material design, and no bs :)

no ads, no trackers, no locked options, just your camera doing its thing ^^


license

based on RemoteCam (MIT) this fork is also under the MIT license


made with ☕ and a bit of chaos by alan7383 (´・ω・`)

About

Version revisited of RemoteCam, cleaner, smoother, and fully open. Use your Android device as a webcam for OBS or v4l2. Open source, free, and ad-free.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Kotlin 99.3%
  • Shell 0.7%