Search found 3 matches

by Nilithium
Sun Oct 04, 2020 12:39 am
Forum: Other software
Topic: OctoPrint Usage: How do I get OctoPi to recognize the cameras?
Replies: 4
Views: 11278

Re: OctoPrint Usage: How do I get OctoPi to recognize the cameras?

Hi Nilithium, Well, if it works with 1 camera, it is possible to force it to work with a couple. The question is where the video subsystem initialized. 1. If they are using "raspivid", you should just add "-3d sbs" option. But I was not able to find raspivid mention at their GitHub repo . 2. If the...
by Nilithium
Mon Sep 28, 2020 10:14 pm
Forum: Other software
Topic: OctoPrint Usage: How do I get OctoPi to recognize the cameras?
Replies: 4
Views: 11278

Re: OctoPrint Usage: How do I get OctoPi to recognize the cameras?

I did not see your message before. The dt-blob looked like a good start, did it solve your problem? As a matter of fact, it did! Sort of. Inside OctoPi's SSH server and SCPing the resulting pictures/video, I can use raspistill/raspivid to take pictures through the 2nd camera. The first one fails, b...
by Nilithium
Tue Jul 28, 2020 3:32 am
Forum: Other software
Topic: OctoPrint Usage: How do I get OctoPi to recognize the cameras?
Replies: 4
Views: 11278

OctoPrint Usage: How do I get OctoPi to recognize the cameras?

Hello, StereoPi forums! I've decided to side with a Jetson Nano for my autonomous robot project after enjoying teleoperation. That being said, I wish to repurpose the StereoPi to monitor my Prusa i3 MK3S MMU2S. I was able to successfully communicate with the printer over GPIO serial, and have fully ...