BlueMagic32 icon indicating copy to clipboard operation
BlueMagic32 copied to clipboard

Arduino ESP32 Library for connecting to Blackmagic Cameras using Bluetooth Low Energy.

Results 13 BlueMagic32 issues
Sort by recently updated
recently updated
newest added

Hey guys, as mentioned by others in older treads I have also noticed more problems with BlueMagic32. I can just establish the first connection between my controler(atom lite or atom...

I have no idea where to post general questions so I need to ask here :) Is there a function to toggle the HFR functionality of the cameras? I know...

Output to the serial port does not work, after setup ``` #include void setup() { Serial.begin(115200); while(!Serial); //Serial.println("Test"); BMDConnection.begin("BlueMagic32"); BMDControl = BMDConnection.connect(); } void loop() { // put your main...

The M5Stick pairs without a problem with the camera(BMPCC 4k) but after power cycling them ( turning the camera or the M5Stick off and on again), they do not reconnect....

This is very first compile. I use your example. ``` /Users/gavo/Projects/VYVOJ/arduino/libraries/BlueMagic32/src/BlueMagicCameraConnection.cpp: In member function 'BlueMagicCameraController* BlueMagicCameraConnection::connect(uint8_t)': /Users/gavo/Projects/VYVOJ/arduino/libraries/BlueMagic32/src/BlueMagicCameraConnection.cpp:404:40: error: request for member 'getCount' in '((BlueMagicCameraConnection*)this)->BlueMagicCameraConnection::_bleScan->BLEScan::getResults()', which is of pointer type 'BLEScanResults*'...

I followed the steps and entered the code into the m5stickc. After restarting the serial monitor shows the message that the m5 initialized ok and nothing else happens. With the...

Hey guys, actually I´ver upgraded the firmare to 7.9 on the bmpcc4k and my atom controller does not work correctly anymore. The first btn press triggers the recording but the...

Using the instantAutoFocus() and toggleRecording() methods, the camera operates as expected! Working great. However, when trying to set focus (float between 0.0 and 1.0), the camera is unresponsive. I figured...

Using BMPCC6K I have been trying to update the codec and quality for BRAW and ProRes. The command works perfectly if I already have the codec selected, but sending a...

Dear all... after a lot, really a lot of tests I have no way to remember paired camera. Any time I restart M5Stickc or M5Stack device or camera I lost...