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

  • Laser@feddit.de
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    1
    ·
    8 months ago

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

      • clgoh@lemmy.ca
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        2
        ·
        8 months ago

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

      • Laser@feddit.de
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        8 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
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        8 months ago

        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
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 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