-
Notifications
You must be signed in to change notification settings - Fork 8.2k
NXP drivers: dma: dma_mcux_pxp: Add flip feature #76484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NXP drivers: dma: dma_mcux_pxp: Add flip feature #76484
Conversation
Enable camera shield. Tested with samples/subsys/video/capture. Signed-off-by: Derek Snell <[email protected]>
Enable PXP in board devicetree for display samples. Signed-off-by: Derek Snell <[email protected]>
PXP can flip an image in input buffer horizontally, vertically, or both. Signed-off-by: Derek Snell <[email protected]>
display_write() can leverage PXP to flip the image. Signed-off-by: Derek Snell <[email protected]>
PXP can flip image written to the frame buffer. Provide a mirror image on the display by flipping the camera image horizontally. Enabled on boards mimxrt1066_evk and mimxrt1060_evkb. Signed-off-by: Derek Snell <[email protected]>
|
#73001 was merged before this one. Please resubmit, @DerekSnell, as the files are now in the wrong folder |
Will do, thanks for making me aware. |
|
@DerekSnell : The video capture sample has been moved from |
|
Hi @ngphibang , Best regards |
Update PXP driver to flip horizontally and/or vertically. Also updated display_mcux_elcdif driver to flip when writing to display. Tested with sample/subsys/video/capture.