add display example image from zenoh#103
add display example image from zenoh#103jpizarrom wants to merge 3 commits intoEclipse-SDV-Hackathon-Chapter-Three:mainfrom
Conversation
|
Hi @PLeVasseur with this i show the images at 12/14 FPS on my laptop. I did tried a bit to do the same on https://github.com/Eclipse-SDV-Hackathon-Chapter-Three/ego-vehicle-sensor-mock but just got 2/4 FPS with python zenoh i was able to get 3/4 FPS, will try to do another PR with about this |
|
@PLeVasseur if i send i just started with Rust/Carla/SDV stack in the hackathon -> so not sure if i am optimizing in the right place carla-zenoh-uprotocol-flat-vec.mp4 |
|
@PLeVasseur i just updated this PR sample to serialize images as the video shows CARLA Image over uProtocol over Zenoh for Rust and Python clients, both are fluid and probably with this changes, a ML model can use images over uProtocol over Zenoh to drive as POC. maybe Protobuf is better than just a vector, but nested dictionaries, can be a bottleneck. the changes i did, are not zero-memory copy, i was more focused on the serialization. carla-zenoh-uprotocol-flat-vec-rust-and-python.mp4 |
This PR add display image example from zenoh for the uprotocol-sensors