Letzten 5 Veränderungen:
- Revision 6303: 02 Dec 2024 08:49:09 (reyalp)
hostlua emu.lua - add support for rawop (some functions require hostlua with fmath)
- Revision 6302: 30 Nov 2024 07:31:46 (reyalp)
hostlua emu.lua - catch bad arguments in -arg=val case, make fatal
- Revision 6301: 30 Nov 2024 07:20:30 (reyalp)
hostlua emu.lua - add missing functions from recent CHDK versions, fix some copy/paste errors add digic to get_buildinfo, bump versions to 0.5
Added:
* set_focus_interlock_bypass
* get_focal_length
* get_eff_focal_length
* get_current_av96
* get_current_tv96
* get_current_base_sv96
* get_current_delta_sv96
* get_max_av96
* get_min_av96
* get_nd_value_ev96
* get_nd_current_ev96
* get_canon_image_format
* get_canon_raw_support
* get_imager_active
* get_prop_str
* set_canon_image_format
* set_clock
* set_prop_str
* screen_needs_refresh
* get_raw_support
* read_usb_msg
* write_usb_msg
* force_analog_av
* usb_force_active
* get_usb_capture_support
* get_usb_capture_target
* init_usb_capture
Fixed
* get_nd_present - use own camera_state var instead of nd in/out status
* set_user_av_by_id set_user_av_by_id_rel set_user_tv_by_id set_user_tv_by_id_rel - were misnamed get_*
* shut_down - was misnamed shutdown
* swap_partitions - was swap_partition
* get_flash_params_count, get_orientation_sensor, get_parameter_data, poke - were not in camera_funcs table
* md_af_led_control - was misnamed md_af_on_time
- Revision 6300: 27 Nov 2024 03:43:48 (reyalp)
hostlua - allows setting multicharacter script params from command line with name=, setting tables/enums by value with name.value= , and support loading / saving script param files with -loadparams and -saveparams
- Revision 6299: 27 Nov 2024 01:50:59 (reyalp)
hostlua - include fmath in emu package.loaded
- Revision 6299: 27 Nov 2024 01:50:59 (reyalp)