I am trying to insert data (bargraph type on edge) per field on the DM365 and have questions about one-shot mode and continuous mode if it applies to the Pass-Through setting in the encodedecode demo code. Firstly when I run fbdev_loopback demo then the original fields from the input buffer is just coipied over to the output/display buffer and my field data is kept as is and displayed but when I run the encodedecode demo and even in -p mode my second field is duplicated into my first field and I loose half my data. From the VPFE and v4l2 documentation I can see that when the resizer and encoder is enabled this will happen - also something to do with continouos mode - but from the comments in the code in encodedecode demo and what I understand the data in passthrough mode should not change like I see it is doing now. Please help me to resolve if there are problems with buffer handling or setting up the attributed of the mode. In my application, derived from encodedecode, I do not wish to use the resizer or encoder and want to keep field information in place like in the fbdev_loopback demo.
I see my bootargs is still set up for continuous mode but can I run this demo to it full functionality when it is not set up in continuous mode? I will try and confirm that now but need answers on the theory please.
Thanks, Jinh T