IceSentry
IceSentry
Did you find a workaround? I have a similar issue. I can ping the camera, but the driver doesn't see it
We just threw the camera away and bought a cheap usb webcam
I opened https://github.com/tokio-rs/tracing/pull/2225 to fix the lack of suffix customisation in tracing-appender
> this will not work in wasm The diff doesn't show it, but it's in the block that adds layers that don't work in wasm or android. I will add...
I'm not sure why I put it there actually. I don't see why it wouldn't work on android. I'll move it to a new gated section for not wasm
> it won't catch panics I think that's fine, if people want to log an error message before a panic they should do that. We could probably provide a panic_print!()...
I added a panic hook that is only enabled when using the file appender. After some quick testing it does seem to catch panics from systems correctly.
I have way too much going on right now and don't have the time to update this PR. If anyone is interested in picking up this work feel free to...
Could you describe the exact steps you took to run this. Did you simply clone the repository with the main branch and then ran `cargo run --example scene`?
Yeah, it was mostly just adding new functions that we had to manually write before. I missed the fact that it now uses vec3 instead of vec4 but I updated...