djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
79 stars 15 forks source link

Camera hook doesn't work #102

Closed icex2 closed 2 months ago

icex2 commented 1 year ago

In GitLab by @MatryoshkaLJY on Dec 2, 2022, 21:04

I played IIDX Casthour using the latest Bemanitools but it didn't detect my cameras. Here is part of the config file.

# Disable camera connection
io.disable_cams=false

# Disables the camera emulation
cam.disable_emu=true

# Override camera device ID detection (copy from device manager, do not escape)
cam.device_id1=USB\VID_1BCF&PID_2281&MI_00\6&1D224150&0&0000

# Override camera device ID detection (copy from device manager, do not escape)
cam.device_id2=USB\VID_046D&PID_0825&MI_00\6&2DD1CC96&0&0000

I'm not sure if the device ID I filled in is right. The information of the devices are in the screenshot below. Untitled

icex2 commented 1 year ago

In GitLab by @xyen on Jan 18, 2023, 21:47

cam.disable_emu=true disables the camera redirect / emulation, you need that set to false. Additionally, camera emulation has been broken since IIDX27, I need to get around to fixing it still, so will leave this open along with #90