Skip to content

Commit

Permalink
fix pybackend
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 3, 2023
1 parent daaa630 commit c9f3718
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wrappers/python/pybackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ using namespace pybind11::literals;
using namespace librealsense;
using namespace pybackend2;

namespace librealsense {
namespace platform {
std::shared_ptr< backend > create_backend();
} // namespace platform
} // namespace librealsense


// Prevents expensive copies of pixel buffers into python
PYBIND11_MAKE_OPAQUE(std::vector<uint8_t>)
Expand Down

0 comments on commit c9f3718

Please sign in to comment.