Android 14 review: There’s always next year

pnutzh4x0r@lemmy.ndlug.org to Android@lemdro.id – 87 points –
Android 14 review: There’s always next year
arstechnica.com

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

25

You are viewing a single comment

What about the fact that you can use your phone's camera as a webcam for your PC without any sketchy apps installed

Did this feature actually release? I thought it was coming in a future update.

Not released yet. It's supposed to be in the next Quarterly Platform Release. (QPR1)

How do you use this? Does the phone need to be wired in, or is there some wifi solution?

without any sketchy apps installed

How do you do it without an app?

It's in beta right now, to be released in a month or so.

I do this on 13 with a normal app. Why would you use a sketchy app?

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

  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.

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.

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