Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Tweak Yoosee camera settings via Yoosee IPC Tool (Windows software)

Anonymous

Member
Joined
Aug 3, 2017
Messages
768
Reaction score
24
We can custom set up yoosee camera by IPC tool, use custom setting files. See below example:
Code:
# device.config
# for Hi3518Ev300 at IPC(For Xin Li Tong)
# author: Jonathan – 2019-08-05
version=1

support_make_16M_flash=1

support_reset_key=1
ioremap_reset_key=10805

support_md=1
support_md_level=1

support_adc=1
adc_value_reverse=1

support_ircut_2pin=1
ioremap_ircut_a=00000
ioremap_ircut_b=00807

support_ir_led=1
ioremap_ir_led=10604

support_aoamp=1
ioremap_aoamp=10806
aoamp_force_enable=0
aoamp_wait_enable=150
aoamp_wait_disable=3000

support_net_sync_datetime=1
reset_password_admin=123
sound_prompt_language=2
support_ethernet=0
reset_sensor_direction=0

support_wifi_sta_mode=1
support_wifi_ap_mode=1
switch_wifi_mode_using_reset_key=0
reset_with_wifi_ap_mode=1

support_white_light=1
support_white_light_manual=1
support_white_light_alarm=1
support_white_light_schedule=1
ioremap_white_light=10605
white_light_alarm_only_night_mode=1
white_light_alarm_time=60
white_light_mask_md_alarm_time=10

support_pelcod_ptz=1
pelcod_ptz_baudrate=1

force_certificate_in_rom=1
Remember different firmware version has different file name.

version 13.0/13.1/25.0: custom_setting.ini
version 14.0/21.0/21.1: custom_setting_gm.ini
 
Last edited:
Hi
Thank you for this however, after upload the custom_setting.ini to the camera the image become pink. returning the old saved camera parameters did not help and the camera picture stay pink.

Any help please?
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    286.7 KB · Views: 2
Well, I suppose it's related to the value/setting of IR-CUT (ircut). Before flashing new custom settings file, it's recommended to back up the existing/old settings via IPC debug tool.
 
Thanks for your reply.
I did saved old settings and all that add to to it is the line for update time from the network and boom - can't even go back.

So you're suggesting to add the line for ir cut and play with the value of A or B or both?

What are the meaning of these values?
 
Back
Top