Commit 65b258d
HACK: libcamera: Camera public destructor
pybind11 needs a public destructor for Camera to be able to manage the
shared_ptr. It's not clear why this is needed, and can it be fixed in
pybind11.
Looks like there's a suggested fix, which has not been merged:
pybind/pybind11#2067
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>1 parent 8f729c8 commit 65b258d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments