this post was submitted on 29 Oct 2023
87 points (89.2% liked)

Android

17564 readers
411 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

🔗Universal Link: !android@lemdro.id


💡Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: !askandroid@lemdro.id

For fresh communities, lemmy apps, and instance updates: !lemdroid@lemdro.id

💬Matrix Chat

💬Telegram channels / chats

📰Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to !askandroid@lemdro.id.

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to !androidmemes@lemdro.id.

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 1 year ago
MODERATORS
 

Android 14 offers a lightly customizable lock screen and not much else.

you are viewing a single comment's thread
view the rest of the comments
[–] Cl1nk@sh.itjust.works 4 points 11 months ago (2 children)

I use DroidCamX, is it one of the sketchy apps you mentioned? If so, why?

[–] Laser@feddit.de 3 points 11 months ago
  1. It doesn't really explain how it works and what you need on the receiving side. I use a Linux PC and reading the instructions always seemed somewhat convoluted, which makes sense - a proper way to enable your phone as a webcam would need functionality that requires root privileges in my opinion.
  2. The android app is closed source, which I try to avoid. Not a big problem but I'd prefer something open.

So no big points, but I'd prefer a native solution, as in plug in your phone on PC and have a full webcam available as a source in every program.

[–] bamboo@lemmy.blahaj.zone 1 points 11 months ago (1 children)

I'm always suspicious of apps which setup a local web server to accomplish some basic task. When Zoom did this, it was a security nightmare.

Just based on the screenshots, DroidCamX sets up a local webserver on the phone, and then the video is accessible on the local network (for example: http://192.168.0.17:4747/video). This means anyone on the local network can access the webcam, which in an office or school setting, might be disastrous. If a coworker were in a conference room using this app, a malicious coworker could use this to spy on the meeting surreptitiously.

However it's implemented in the OS, a basic requirement is that there is some authentication to link the phone's camera to the computer, and that the video is encrypted in transit, to avoid man in the middle attacks.

[–] Cl1nk@sh.itjust.works 1 points 11 months ago

Good thing I only use it locally on my own network at home. I see why this is dar from ideal, specially since the app only ask for the IP and port before accepting the connection