Questions tagged [camera]
7 questions
1
vote
0 answers
Is there an open, perhaps crowd-sourced dataset of visual (image or video) data of failed and succesful prints?
In addition to this question: Is there a open-source pretrained TensorFlow Lite model for failed print and spaghetti detection? And in preparation of training a lightweight (TensorFlow Lite) model myself, perhaps labeling things with Meta's Segment…

Bob Ortiz
- 1,053
- 1
- 3
- 29
1
vote
3 answers
How to reduce vibration on a camera arm connected to the printer bed?
I printed a Raspberry Pi camera arm for my Ender 3 V2 as a second camera that's not connected statically to the printer frame but to the printer bed instead. I now have two cameras, both from different angles, each with advantages.
However, the…

Bob Ortiz
- 1,053
- 1
- 3
- 29
1
vote
0 answers
What are the best light positions and directions to highlight the print and reduce shadow and light reflection on my OctoPi cameras?
I'm setting up multiple cameras; I have two running: one camera moving with the bed (static distance to the print) and one camera on the frame (stationary to the printer). I will add a third camera later, an endoscope nozzle camera.
However, I have…

Bob Ortiz
- 1,053
- 1
- 3
- 29
0
votes
0 answers
Is there a spaghetti detector available that doesn't limit the cameras framerate and resolution?
I am searching for a spaghetti detector that can pause my printer when spaghetti is detected, especially one that does not limit the framerate and resolution of my cameras, like Obico does. That is basically the reason I don't use Obico because it…

Bob Ortiz
- 1,053
- 1
- 3
- 29
0
votes
1 answer
Ideal camera position For OctoEverywhere's Gadget AI
I'm trying out OctoEverywhere's Gadget AI print failure detection.
It's been working surprisingly well, but I wondered if there was an ideal camera position, image format, or whatever to ensure it could always catch failures. Does anyone have any…

TechAlex
- 11
- 1
0
votes
0 answers
Is there a lightweight OctoPi multi-camera implementation?
I've seen and read many videos and articles about a multicamera setup in OctoPi. Most of them including Setting up multiple webcams in OctoPi the right way describe:
However, watch your CPU usage as streaming can be quite resource-intensive.
Other…

Bob Ortiz
- 1,053
- 1
- 3
- 29
0
votes
0 answers
What can cause my Creality K1 Camera not to be shown in Creality Cloud?
I bought a Creality K1 3D printer and used it without any problems, with great results, so I decided to buy a camera, specific to the model, which is capable of showing in real time how the print is going and generating timelapses. When it arrived,…
icaroi771