crosstyan 0a08411709 feat: add backward-compatible open() overload for local cameras
Add overload to maintain backward compatibility with existing code
that uses local USB cameras or SVO files.

New API:
  // For network stream cameras
  open(const std::string& ip, int port, Trigger* ref, int sdk_gpu_id)

  // For local cameras (USB, SVO, etc.) - backward compatible
  open(sl::InputType input, Trigger* ref, int sdk_gpu_id)

This allows the same ClientPublisher class to work with both:
- Remote cameras via streaming (new use case)
- Local cameras via USB/SVO (original use case)

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-02-04 03:27:22 +00:00
x
2026-02-04 03:03:16 +00:00
x
2026-02-04 03:03:16 +00:00
x
2026-02-04 03:03:16 +00:00
Description
No description provided
71 KiB
Languages
C++ 97.1%
CMake 2.9%