mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
4e26c8afa5
## Link to GitHub Issue, if one exists n/a ## Description of change Add plug&play hooks for RGB camera in DRS. ## Testing Seems to work with my crappy Logitech C270 Camera options (brightness etc) seem to work in test menu as well). Tested by another user with realsense camera + logitech camera, both cams were detected correctly.
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace games::drs {
|
|
void init_rgb_camera_hook();
|
|
} |