• over_clox@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    3 months ago

    I got your point 100%

    But still, back to my point, datacenters are eating all the RAM and storage, yet can’t even record color photography?

    Please explain that.

    • Cypher@aussie.zone
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      3 months ago

      They already explained this for you.

      The photo isn’t taken in colour because it’s in infrared.

      It is in infrared because it is easier to work with.

      Further?

      Photos for fines don’t need pretty colours.

      Need me to lower the bar again?

      The law is black and white and so are the receipts.

      Nothing to do with RAM and storage in datacenters. All to do with the camera.

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        6
        ·
        3 months ago

        Seatbelt is dark, why the fuck is infrared picking it up as white?

        We have such advanced technology, why can’t the cameras at bare minimum detect a fucking seatbelt?

        Color isn’t outright necessary, but holy fuck it can’t even detect illumination levels?

        • PyroVK@lemmy.zip
          link
          fedilink
          arrow-up
          4
          ·
          3 months ago

          Because the dark color is reflected visible light, it probably reflects more infrared light so looks bright to an infrared camera. We technically shouldn’t even be able to see this image at all, it’s being rerendered in visible light but as infrared is one “color” it’s shown as monochrome

          • over_clox@lemmy.world
            link
            fedilink
            arrow-up
            1
            arrow-down
            5
            ·
            3 months ago

            No shit, that’s the entire point, IR cameras shouldn’t be used at all to ‘see’ seatbelts…

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        7
        ·
        3 months ago

        I’ve literally programmed nonlinear photochomatic color processing software that works on Windows XP, back in 2013, on potato hardware.

        You’re preaching to the choir homie, there’s no damn reason such cameras should exist in the first place, let alone monochrome.

    • SteveTech@aussie.zone
      link
      fedilink
      arrow-up
      8
      ·
      3 months ago

      But still, back to my point, datacenters are eating all the RAM and storage, yet can’t even record color photography?

      In addition to what other people have said, the AI used by these cameras is not the same as the LLMs using massive amounts of RAM. Weirdly, computer vision is a lot more efficient than LLMs, and usually performs best with simplified and consistent monochrome images.

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        6
        ·
        edit-2
        3 months ago

        Monochrome?

        Fuck, the first GameBoy released in 1989, and that wasn’t even monochrome!

        Edit for those that don’t know, the original GameBoy had four shades of puke green, not two.

              • over_clox@lemmy.world
                link
                fedilink
                arrow-up
                2
                arrow-down
                5
                ·
                3 months ago

                No shit, monochrome means the pixel is either on or off.

                The GameBoy had 4 shading levels…

                • SteveTech@aussie.zone
                  link
                  fedilink
                  arrow-up
                  6
                  ·
                  3 months ago

                  A monochrome or monochromatic image, object or palette is composed of one color (or values of one color).

                  In computing, monochrome has two meanings:

                  • it may mean having one color which is either on or off (also known as a binary image),
                  • allowing shades of that color.
                  • Zulu@lemmy.world
                    link
                    fedilink
                    arrow-up
                    4
                    ·
                    3 months ago

                    Man this thread has been excellent to read. Felt like watching a funny man / straight man skit. Props for bringing it home and doing the work.

                  • over_clox@lemmy.world
                    link
                    fedilink
                    arrow-up
                    1
                    arrow-down
                    1
                    ·
                    3 months ago

                    In graphics programming, we don’t use such terms arbitrarily. Mono=1, plain and simple.

                    The original Macintosh was proper monochrome, either pixel on or pixel off, a true ‘binary image’ as your definition states.

                    You ever try reading or writing graphics software? Nowhere in our code will you ever see anything besides 1 bit per pixel referred to as monochrome.

                    What the GameBoy has is 2 bits per pixel, which means its a paletted image, and looking past the puke green color of the screen, is otherwise considered a crude form of greyscale, not monochrome.