Any idea why it is not working? Would be nice if there is a way to test/tell if a cam is compatible.
Not easily, I bought one to test, will look into it more in a future fix maybe, I suspect it's due to the supported resolution / features.
> > Not working
> > Logitech C615
>
> Any idea why it is not working? Would be nice if there is a way to test/tell if a cam is compatible.
Not easily, I bought one to test, will look into it more in a future fix maybe, I suspect it's due to the supported resolution / features.
Overall, lgtm already regarding the code itself. A few documentation/information related things that I pointed out can be in a follow-up PR. Feel free to merge this once are done cleaning up.
Overall, lgtm already regarding the code itself. A few documentation/information related things that I pointed out can be in a follow-up PR. Feel free to merge this once are done cleaning up.
Can’t get past the Camera check on sdvx-05.
Used a Sony ZV-E10 as a streaming device, id: “USB\VID_054C&PID_0DE3&MI_00\9&5B8827E&0&0000”
Is it possible to pass this test without a webcam?
Can’t get past the Camera check on sdvx-05.
Used a Sony ZV-E10 as a streaming device, id: “USB\VID_054C&PID_0DE3&MI_00\9&5B8827E&0&0000”
Is it possible to pass this test without a webcam?
Can’t get past the Camera check on sdvx-05. Used a Sony ZV-E10 as a streaming device, id: “USB\VID_054C&PID_0DE3&MI_00\9&5B8827E&0&0000” Is it possible to pass this test without a webcam?
The changes here are unrelated to SDVX / don't modify the existing camhook behavior, depending on the version it should just skip the camera check. For game-specific support like that I'm not sure this is the best forum for that.
> Can’t get past the Camera check on sdvx-05. Used a Sony ZV-E10 as a streaming device, id: “USB\VID_054C&PID_0DE3&MI_00\9&5B8827E&0&0000” Is it possible to pass this test without a webcam?
The changes here are unrelated to SDVX / don't modify the existing camhook behavior, depending on the version it should just skip the camera check. For game-specific support like that I'm not sure this is the best forum for that.
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.
This fixes #102 and resolves #90
Tested with a variety of cameras, working:
Logitech C922,
Logitech StreamCam
Not working
Logitech C615
Any idea why it is not working? Would be nice if there is a way to test/tell if a cam is compatible.
nit: code style
camera_dataquestion: What's old vs. new and why keep the old "thing"?
@@ -22,6 +22,9 @@ io.tt_multiplier=1.0# Disables the camera emulationcam.disable_emu=true# Camera port layout (0 = LDJ, 1 = CLDJ/TDJ-JA, 2 = TDJ-JB)Can you explain what the port layout implies here regarding which one to chose, e.g. in a home setup? Might be something for the readme.
Still to be done?
@@ -22,6 +22,9 @@ io.tt_multiplier=1.0# Disables the camera emulationcam.disable_emu=true# Camera port layout (0 = LDJ, 1 = CLDJ/TDJ-JA, 2 = TDJ-JB)The port layout is used to control which set of ports it pretends the cameras are connected to, will update readme I guess
it controls the vid/pid used, needs to be kept else old support breaks
ah forgot to remove the comment
Not easily, I bought one to test, will look into it more in a future fix maybe, I suspect it's due to the supported resolution / features.
Overall, lgtm already regarding the code itself. A few documentation/information related things that I pointed out can be in a follow-up PR. Feel free to merge this once are done cleaning up.
Can’t get past the Camera check on sdvx-05.
Used a Sony ZV-E10 as a streaming device, id: “USB\VID_054C&PID_0DE3&MI_00\9&5B8827E&0&0000”
Is it possible to pass this test without a webcam?
The changes here are unrelated to SDVX / don't modify the existing camhook behavior, depending on the version it should just skip the camera check. For game-specific support like that I'm not sure this is the best forum for that.