Page 1 of 1

BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 12:29 pm
by marc.colemont
Thank you Blackmagic! With the latest ATEM software update it is now possible to carry PTZ support over SDI in combination with an ATEM panel. Which is great, so I started modifying DMX moving heads with electronics and mounted a BlackMagic Micro Studio Camera inside. The camera is mounted in a light but strong surface from 3D printed carbon/fiber material. Signals and power connected with a FieldCast Hybrid fiber cable.

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 4:23 pm
by rodrigo.caravaca
Wow, this looks great. ¿Can you already move the DMX with the ATEM pannel?

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 5:57 pm
by marc.colemont
Yes the units are fully working with smooth 16bit movement.

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 5:59 pm
by rodrigo.caravaca
marc.colemont wrote:Yes the units are fully working with smooth 16bit movement.


¡Great job! That´s something i wouldnt mind to copy, lol.

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 6:28 pm
by Denny Smith
Nice concept, but I hope you left enough air vents for the camera.
Cheers

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 6:52 pm
by marc.colemont
Yes indeed. It has an extra fan on the back side to keep the camera cool.

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 8:47 pm
by MambaFiber.com
so show off already! how about some performance video? and control illustration?

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 10:13 pm
by Mikaël Crozat
I’me just doing quite the same for some month. This is a good second life for a Mac101

How did you manage the pan tilt translation? I’m for now stuck on that part of the job? To me even if the panel sends ptz commands, that is not enough because there are no position memory’s at all.

At the moment I left the PanTilt job to a dmx software but that’s not to so easy to use because the zoom/focus commands are on the atem software...

IMG_0612.JPG
IMG_0612.JPG (454.34 KiB) Viewed 4612 times



Envoyé de mon iPhone en utilisant Tapatalk

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Thu May 10, 2018 10:52 pm
by marc.colemont
@ Greg: If I have some time tomorrow, I'll shoot a short video how the setup works.
@ Mikaël: I developed a PCB that is translating protocols. I'm storing the memories in an I2C EEPROM on the PCB.

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Fri May 11, 2018 10:24 am
by Xtreemtec
@mikeal, With stepper motors that would work also.. But you have to build your own hardware software.. ;)

Your PT head is going to NULL at startup.. It will rotate to the end position and from there the microprocessor keeps track of every step your motors make.
So preset 1 is X 1290 steps Y = 412 steps. Store.
Preset 2 is X 573 steps Y = 789 steps Store.. Etc.. And then when recalling the presets It will compare it's memory preset with the current location and will start turning to that position.. ;)

** I'm already talking to much in Programmer logic haha..

That is what Marc does inside his hardware.. So skip the whole DMX.. And just take the Visca commands from the camera and translate that into Steps for the motors.. Google a bit in Steppermotor arduino and you will find more info on how you could make something like that.. ;)

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Fri May 11, 2018 10:37 am
by Mikaël Crozat
Yeah, I also thought about visca commands but I haven't found any topic or library about Visca reading... Maybe my google skills aren't so good too. :D

with the all new optical fiber converter and the BMD arduino shield that would be a good start.

But, I still can't understand haw to recall memories through the advanced panel. or do you use an external PTZ controller?

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Fri May 11, 2018 11:01 am
by Xtreemtec
Atem and panel needs to run the latest firmware. Go to the smart menu and go to PTZ. There should be a few options there.. ;)

I dont own the advanced panel but i have the older one.. That has the option under 1 of the lcd buttons..

Here is the visca protocol. But you need some coding skills to make it work.. It doesn't come in chuck byte sized packages.. Yes it does.. But then we are talking about commercial products.. :lol:

If you would take up such a project, and have not a lot of electral / coding skills.. Be prepared to spend 6 months of learning, trying, coding, testing, recode, testing, pulling your hear out, recoding and repeat.. :D

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Fri May 11, 2018 11:36 pm
by Mikaël Crozat
Yes both run the latest fw. I can move the camera through visca but nothing about memories...Image


Envoyé de mon iPhone en utilisant Tapatalk

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Sat May 12, 2018 10:31 am
by Xtreemtec
Okee.. Then the BMD FW functions dever from device to device.. It is already inside the protocol.. But for some reason they did not write it in the advanced panel... :?

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Mon May 14, 2018 11:56 am
by marc.colemont
I prepared the firmware for the memory commands, but I also don't see presets in the SDI menu for the moment on my ME/1 panel.

Re: BM Micro Studio Camera with Pan/Tilt & SDI

PostPosted: Fri May 01, 2020 1:22 pm
by Mikael Bellina
Hello, I really like this project, do you think it exists a card with ptz protocol which you can hook up to some stepper motor to make lyre transformation, or build it from scratch ?

Thanks