Clean Feed disabling

Hello everyone!
First of all, I would like to point out that I am not a software developer, so if I have asked a stupid question, I would like to apologize in advance. The screen of my Bmpcc 6k pro camera is broken. No power is transmitted at all. That's why I have to connect it to an external monitor via HDMI and use it. However, no settings are shown except the image on the external monitor. I think "clean feed" is active. I can view and control some camera settings via the Blackmagic Camera Setup application and Apidog (postman etc.), but I could not find any documentation about clean feed. When I did research on the forum, I saw that a topic had been opened before about disabling the clean feed and they say to use command;
Therefore the command would be:
Code: Select all
255, 6, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0
but i couldn't understand how to use it and my ask comment was not answered. I also tried the method suggested by Chatgpt and it says
POST /control/api/v1/device/command
Content-Type: application/json
{
"command": [255, 6, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0]
}
but I get the wrong path error.
I would be very happy if someone could help me how to send this command. thanks for your help.
First of all, I would like to point out that I am not a software developer, so if I have asked a stupid question, I would like to apologize in advance. The screen of my Bmpcc 6k pro camera is broken. No power is transmitted at all. That's why I have to connect it to an external monitor via HDMI and use it. However, no settings are shown except the image on the external monitor. I think "clean feed" is active. I can view and control some camera settings via the Blackmagic Camera Setup application and Apidog (postman etc.), but I could not find any documentation about clean feed. When I did research on the forum, I saw that a topic had been opened before about disabling the clean feed and they say to use command;
Therefore the command would be:
Code: Select all
255, 6, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0
but i couldn't understand how to use it and my ask comment was not answered. I also tried the method suggested by Chatgpt and it says
POST /control/api/v1/device/command
Content-Type: application/json
{
"command": [255, 6, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0]
}
but I get the wrong path error.
I would be very happy if someone could help me how to send this command. thanks for your help.