acassis commented on PR #12786: URL: https://github.com/apache/nuttx/pull/12786#issuecomment-2254243980
@SPRESENSE isn't it better to fix the existing applications using the old API instead bringing back those APIs to mainline? I agree that breaking APIs is not a good thing, but in this case the previous change seems correct: for video capture it is better to use capture_initialize() than video_initialize(). We need to reduce the Kconfig complexity, not increasing it. This patch is increasing complexity for something that should be fixed in the right way (in the external program using this kernel). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
