| 1795 | } |
| 1796 | |
| 1797 | void camera_context::stop_camera() |
| 1798 | { |
| 1799 | if (handler) |
| 1800 | { |
| 1801 | Emu.BlockingCallFromMainThread([this]() |
| 1802 | { |
| 1803 | handler->stop_camera(); |
| 1804 | }); |
| 1805 | } |
| 1806 | } |
| 1807 | |
| 1808 | void camera_context::close_camera() |
| 1809 | { |
no test coverage detected