Hi,
Trying to test my OAK-D Pro W and OAK-D Lite with depthai_viewer but it always fails to start with that message:
$ python3 -m depthai_viewer
[2024-06-05T06:16:49Z WARN winit::platform_impl::platform::x11] Unsupported locale "en_IL". Restoring default locale "".
thread 'ThreadId(1)' panicked at 'Failed to open input method: PotentialInputMethods {
xmodifiers: Some(
PotentialInputMethod {
name: "@im=ibus",
successful: Some(
false,
),
},
),
fallbacks: [
PotentialInputMethod {
name: "@im=local",
successful: Some(
false,
),
},
PotentialInputMethod {
name: "@im=",
successful: Some(
false,
),
},
],
_xim_servers: Ok(
[
"@im=ibus",
],
),
}', winit-0.28.7/src/platform_impl/linux/x11/mod.rs:178
6: core::panicking::panic_fmt
at core/src/panicking.rs:72:14
7: winit::platform_impl::platform::x11::EventLoop<T>::new
8: winit::platform_impl::platform::EventLoop<T>::new
9: eframe::native::run::with_event_loop
10: eframe::run_native
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting
The thing is that depthai_demo.py works well.
What can be done?