Hello all,
i have implemented SWOSD for basic features like displaying some msg,drawing rectangles, Privecy Mask in one shot mode before resizer operaion on the capture buffer.
Now i want the same for continuous mode.
As in cont. mode resizer is chained with ISIF, i can not have access to the captured data before resizing.
1. one solution is i need to keep separate fonts for diff resolutions supported by my camera and use that, which can be done after resizing i.e either One-Shot or Continuous Mode.
2. But can i get access to the captured buufer in cont. mode to add my OSD info so that i no need to make different fonts for different resolutions ?
Also what is the correct choice to add OSD for better performance
Capture -> OSD -> Resize ->Encode or Capture -> Resize -> OSD(Maintain diff font's for diff resolutions ) -> Encode
Need some ones quick suggestion as i am in between of the same work.
Thanks
-- Sujit --