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:
????? - 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.


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)""",
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.


Last edited: