Hello All,
I am trying to enable the resizer using the DM365 and dvsdk 2.10,01.18. In may app. I am receiving a stream of jpg images from the network, I decode them, and I would resize them before putting them to the display output. I think the main issue which make my application different from the examples is that the resizer should work in tha absence of a capture thread. I have some question regarding the resizer configuration:
1) Since my application does not exploit the capture device, I suppose I have to set it to work in one shot mode (not continuos);
2) DMAI documentation states "Resizer functions are not supported in DM365" but I see in the forum that many DM365 users seem to manage the resizer through DMAI. On the contrary I should directly use the resizer driver?
3) Trying to use the resizer in one-shot mode however, I get following message:
davinci_resizer davinci_resizer.2: RSZ_G_CONFIG:1:0:176
Display thread Rdavinci_resizer davinci_resizer.2: RSZ_G_CONFIG:1:0:176
Video CapIRQ handler type mismatch for IRQ 2
Maybe the driver attempts to configure an IRQ channel to sync the capture with the resizer and I don't have a capture thread (really I am using the mcvip driver to capture form a camera but I don't want to resize the images coming from the camera but the images coming from the network). How can I overcome this issue?
At the moment I am trying the one shot mode, I set the dm365__imp.oper_mode=1 in my bootargs and captureChainMode = FALSE; but I think this last setting has not effect since I am not using the capture.
Thak you.