this post was submitted on 17 Jul 2025
64 points (97.1% liked)

3DPrinting

19365 readers
17 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe/ may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![]()

Moderation policy: Light, mostly invisible

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] brian@lemmy.ca 22 points 1 month ago* (last edited 4 weeks ago) (6 children)

I have never heard the phrase "runs on the edge", and the article uses some form of it a half dozen times.

My only results for "edge devices" refer to networking. Is that what they're trying to say?

[–] asbestos@lemmy.world 22 points 1 month ago* (last edited 1 month ago)

It’s usually an IoT (Internet of Things) term that signifies that something runs on the end device. These are hardware constrained devices that would otherwise just send their data somewhere else to be processed, but in this case they’re doing the processing. In this context: Print failure detection is usually done by streaming video from your camera (say a Raspberry Pi with a camera) to some companies’ server, but in this case it would be your Raspberry Pi that’s both a camera and the processor whose output is “print failed” or “print good”.

[–] ThePantser@sh.itjust.works 9 points 1 month ago

Article sounds AI written to me.

[–] papertowels@mander.xyz 6 points 4 weeks ago

It's referring to edge computing, and can be thought of as essentially saying "self hosting".

[–] dual_sport_dork@lemmy.world 4 points 1 month ago

I can tell you for sure they probably don't mean this, but it was still my first thought.

[–] dai@lemmy.world 2 points 1 month ago

Devices like Intel MyriadX inside of a camera would be considered edge devices in this application.

https://github.com/luxonis/depthai-hardware/blob/master/DM9098_OAK-D-Pro/Datasheet/OAK-D-Pro_Datasheet.pdf

I've got an original OakD camera but haven't tried to use it yet, was a gift at a convention a few years back. Pretty interesting device overall.

[–] ikidd@lemmy.world 1 points 1 month ago

Yes. Kind of implying you'd be able to run it on a reverse proxy without undue security considerations.