Camera hook doesn't work #102

Closed
opened 2022-12-02 23:04:45 +03:00 by icex2 · 1 comment
icex2 commented 2022-12-02 23:04:45 +03:00 (Migrated from github.com)

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

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](https://dev.s-ul.net/djhackers/bemanitools/uploads/2fccdd039ac91c92d87c338d091696a7/Untitled.png)
icex2 commented 2023-01-18 23:47:45 +03:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/djhackersdev_bemanitools#102