Page 1 of 1
Camera Control via Bluetooth BMPCC4K – CCU not working?

Posted:
Fri Nov 30, 2018 7:19 am
by henriklied
I'm working on a Python library for interacting with the BMPCC4K over Bluetooth in order to read and set values using e.g. Raspberry Pi. I've got most of group 0 (Lens) and 1 (Video) implemented, but when attempting to set the CCU values (Color Correction, group 8), I can't seem to adjust the values.
I've got a BMCC4K connected to the Arduino shield, where I can successfully submit the CCU commands. But on the BMPCC4K I get no response from the camera when sending the commands.
Any clues?
Re: Camera Control via Bluetooth BMPCC4K – CCU not working?

Posted:
Tue Apr 23, 2019 6:25 pm
by Firedan1176
Can you post any code? The BMPCC4K should send back status updates when values are changed or set. In addition, you should consistently see battery status updates approximately every second from the camera. Are you registering to all the Bluetooth services?
Re: Camera Control via Bluetooth BMPCC4K – CCU not working?

Posted:
Mon May 13, 2019 5:12 pm
by danieltremblay514
henriklied
I am interested into controling BMPCC4K over Bluetooth, i am workingon a pan tilt head controlled with a ESP32, i like to control the camera using the ESP32 Bluetooth.
Have you solved your problems?
Would you share your Python code?
Thanks
Daniel
Re: Camera Control via Bluetooth BMPCC4K – CCU not working?

Posted:
Thu Nov 07, 2019 5:12 am
by Rey Kroona
Hi,
I know this is an older thread. But I'm trying to make an iPhone app that will act as a bridge between an Atem switch and the BMPCC 4k/6k.
I've gotten control of bluetooth for most things the switch CCU can control, except for the Color Correction things. (Still working on the Atem parts).
I'm curious if anyone can confirm if the BMPCC 4k/6k cameras in fact have Color Correction options in the SDK? Just so I can give up on this part if I know it's not actually possible.
Thanks-
Rey
Re: Camera Control via Bluetooth BMPCC4K – CCU not working?

Posted:
Thu Nov 07, 2019 8:43 am
by Kristian Lam
Hi Rey,
Unfortunately, the Pocket Cameras do not have any Color Correction options so those commands will not work.
Re: Camera Control via Bluetooth BMPCC4K – CCU not working?

Posted:
Thu Nov 07, 2019 4:13 pm
by Rey Kroona
Thanks Kristian,
That’s helpful to know,
Rey