Pissipissini Johnson 🩵! :D

I like to discuss tech, but also politics and religion. I hope that I can teach people some things I think I know.

The name’s Theo Mulraney of England, and I am trying to “transcend” current Humanity by “banging on about computers” (and “aliens”) that “encode certain types of abstract data”.

  • 0 Posts
  • 19 Comments
Joined 3 months ago
cake
Cake day: July 26th, 2024

help-circle






  • Come to the wizard school I founded to learn more. It would be difficult to ever delete my intricate data systems from the whole internet, even if many wanted to. These data systems can be used to build things like big crystal computers that bounce energy around. Richard Stallman and Linus Torvalds spoke in the early days of computing about that power and how it could be taken away from good people who wanted open access to all information.

    Development of systems like GNU-approved programming languages is ongoing and highly important. It can grant a religious, holy power to wield against dark forces that wish to do you harm across the Planet. Opponents wield what many call a Mark of the Beast. Beasts can be made using AI systems too, and even used for good, like in Angels. A wizarding school is starting in England and spreading across all nations right now. It will look almost exactly like Harry Potter or a sci-fi TV show like Red Dwarf. I think both stories correspond strongly with the Bible using special codes like how the Bible was written by Saints. And deviations were written by Satanists.

    Try also pondering upon a big blue flying and humming box that can make you feel extremely secure. Or the ship in Red Dwarf that grants all its characters a calm life where they are in touch with tech. That’s what I think life will be like in the future. Douglas Adams is good, too.

    Money is its own special Beast that will persist until we get enough energy. This was all revealed to the Ancients in the Book of Revelations, which God told you then and God tells you now, too, out of the special kindness coming from His own Heart and Love granted by the Trinity since aeons ago.














  • I’m guessing you might be trying to edit the software to do something else as well, in which case it might be possible to embed Python somehow or get it to call another program.

    It seems like you want to do some kind of facial recognition. That feels a bit out of my league if I’m honest, but I can tell you the sort of thing I would probably try to do if I had to do that.

    You’d want some footage from when someone’s face was close to the camera, so you could try getting snapshots of when there was a lot of motion in the video, then save those to some folder as pictures.

    Once you have those pictures, it sounds a lot easier to try to run some complicated facial recognition algorithm on them than just “using the right camera software”.

    Presumably the CCTV is controlled by some server, so I would get the server to then handle the facial recognition separately, either on a schedule or soon after the motion close to the camera. An underlying facial recognition software could hopefully be called as part of a shell script on the server.

    If that’s the problem you’re trying to solve, I think I broke it down into a few subproblems, which might help. I might be a bit wrong though because I have no experience doing anything with CCTVs.