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

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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
I'm not sure if the device ID I filled in is right. The information of the devices are in the screenshot below.

In GitLab by @xyen on Jan 18, 2023, 21:47
cam.disable_emu=truedisables 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