@jomasaco - Need Expert Help Understanding C6F Camera API Parameters

jomasaco

n3wb
Jan 28, 2024
2
0
Belgium
I have a generic Chinese IP camera, 5MP zoom 5X C6F0SoZ3N0PgL2.

I’ve already created a program to expose all the camera’s parameters—or at least I think I have, since I never truly accessed the firmware. It was a process of trial and error, and I found 92 commands and 407 parameters.

Currently, I’m trying to develop a program to manage the camera’s parameters, but it’s becoming a bit confusing because many of them are ambiguous, and I’m not entirely sure how to handle them. For example:
Python:
"saradc_switch_value": """Light sensor switch value for IR-CUT (e.g., 800)""",
"saradc_b2c_switch_value": """Return switch value (BW-Color)""",
????? - or is just an threshold

I’d like to know if there’s anyone on this forum who can help me by explaining the function of some variables I’m unsure about.

Screenshot 2025-08-23 at 19-10-49 IPCam Manager.pngScreenshot 2025-08-23 at 19-30-22 IPCam Manager.png
 
Last edited: