Digital zoom on hi-res camera
-
Same question as https://forum.modalai.com/topic/1529/digital-zooming-with-hi-res-camera-imx214-on-voxl2 but in 2024
-
Same response as then, we don't have anything implemented for digital zooming as far as I'm aware but it wouldn't be too difficult to do with
libmodal-pipe
andopencv
, happy to help you out with this if you'd like.Thomas
-
@thomas Hey Thomas can you recommend an implementation approach that would not copy the 4k data? James also mentioned that someone in Philly was working on a Android C2D approach that would be integrated into voxl-camera-server eventually.
-
Not sure I understand what you mean by "not copy the 4k data", are you trying to perform the digital zoom prior to the image frame even being posted as a pipe? If so, I do know the Philly guy (@Alex-Kushleyev) has made progress on this approach and so it's on our roadmap but not high priority.
Sorry, hope this helps somewhat.
Thomas
-
@thomas I assume we don't want to be dealing with 4k raw arrays on the CPU for performance reasons. So yeah as early as possible in the image proc pipeline, and how early we can push it is what I'm asking for advice on. We'll also reach out to @Alex-Kushleyev thanks!!