lit-robotics / libcamera-rs

Experimental Rust bindings for libcamera
Apache License 2.0
46 stars 15 forks source link

Add logging functions #20

Closed twistedfall closed 1 year ago

twistedfall commented 1 year ago

Adds the functions to control libcamera logging. Some notes on the implementation:

chemicstry commented 1 year ago

Hey, thanks for the PR!

Looks good from a first glance.

Unfortunatelly, I'm currently traveling and won't have access to a linux machine to properly test/review this for a couple of weeks.

twistedfall commented 1 year ago

Sorry that it took me so long to review.

Seems to work okay, but could you add an example demonstrating how to use this?

Sure thing!

twistedfall commented 1 year ago

@chemicstry Can you please check if that's what you had in mind?

chemicstry commented 1 year ago

I think it looks good now, thanks!