Notifications
Clear all

MK4 + PrusaConnect + Camera?  

  RSS
Prntmkr | Always a good print
(@prntmkr-always-a-good-print)
Active Member
MK4 + PrusaConnect + Camera?

Hello! I would like to add a camera to my MK4 and PrusaConnect. In Prusa Connect there is the option to add a camera - but it seems, you only may add a smartphone or tablet as a camera. Has anyone found a way to add either a Raspberry Pi (in my case, I own a Zero 2W + RaspiCam), an ESP32 camera or any other existing http video stream to Prusa Connect? Any hint welcome.... 🙂

Napsal : 09/07/2023 8:51 am
Prntmkr | Always a good print
(@prntmkr-always-a-good-print)
Active Member
Topic starter answered:
RE: MK4 + PrusaConnect + Camera?

Additional question: Would it be possible to add an USB-camera to the USB-C Port of the MK4?

Napsal : 09/07/2023 9:06 am
Chris Crewdson
(@chris-crewdson)
Member
RE: MK4 + PrusaConnect + Camera?

I would also like this.

Napsal : 10/07/2023 2:05 am
pingu
(@pingu)
Estimable Member
RE: MK4 + PrusaConnect + Camera?

+1

Napsal : 10/07/2023 8:44 pm
aserwatuk
(@aserwatuk)
Member
RE: MK4 + PrusaConnect + Camera?

I was just playing with Wyze Bridge on Octoprint. This could be a decent option IMHO. Allow RTSP or HLS streaming. I would think that would be minimal load on the printer since it's just passing through the stream or even redirecting....

Napsal : 12/07/2023 3:53 am
Tojik
(@tojik)
Member Moderator
RE:

Hi, I am not aware of such a solution being planned. Sorry

Napsal : 17/07/2023 4:34 pm
bkerler
(@bkerler)
Trusted Member
RE: MK4 + PrusaConnect + Camera?
Posted by: @prntmkr

Hello! I would like to add a camera to my MK4 and PrusaConnect. In Prusa Connect there is the option to add a camera - but it seems, you only may add a smartphone or tablet as a camera. Has anyone found a way to add either a Raspberry Pi (in my case, I own a Zero 2W + RaspiCam), an ESP32 camera or any other existing http video stream to Prusa Connect? Any hint welcome.... 🙂

Sure, here you go: https://github.com/bkerler/raspicam_prusa

Napsal : 25/02/2024 5:57 pm
Dave Turk
(@dave-turk)
Member
RE: MK4 + PrusaConnect + Camera?

I'm trying to use the raspicam_prusa code to rotate the image 180 degrees. I tried two ways to effect this change but neither has worked.

    subprocess.run(["raspistill", "-rot", "180",  "-w", "1012", "-h", "760", "--quality", "50", "-o", os.path.join(picturedir,"image.jpg")])

    subprocess.run(["raspistill", "-vf",  "-w", "1012", "-h", "760", "--quality", "50", "-o", os.path.join(picturedir,"image.jpg")])

 

I saw somewhere that I might need to switch from raspistill to libcamera to rotate the view. I can rotate the view in Prusa connect, which is what I'm currently doing, but the rotate function doesn't appear to be available [yet] in the app version (iOS). 

Any suggestions?

 

Napsal : 18/11/2024 12:34 am
Dave Turk
(@dave-turk)
Member
RE: MK4 + PrusaConnect + Camera?

I figured it out. I had tried another service that I thought hadn't worked, and then I had moved on trying this one, but it turns out that the other one was working -- thus my argument edits were being ignored/overridden by the other service. It's working now. 🙂

Napsal : 20/11/2024 11:08 pm
Share: