After connecting the Leopard HD5M-02 board to the dm365evm, the demo from the Leopard Co. can be running normally.
But after insmod the sensor driver and run the dvsdk encoding demo, the demo doesn't work. And the message is as below:
root@192.168.0.41:/opt/dvsdk/dm365# ./encode -v /tmp/tmp.264 -y 3
Encode demo started.
MUX: initialized GPIO40
mt9p031 chip version reg = 1801
mt9p031_set_format_params height = 1919, width = 2559
i2c_adapter i2c-0: TVP2002 - clocks per line detected = 0
Error: Failed to detect video standard, video input connected?
I checked both the code from Leopard & dvsdk demos. I found that the Leopard codec using the VPFE V4L2 Capture driver and the dvsdk demo using the DMAI driver.
Can DMAI driver using to capture the Leopard images? Because I have to capture image in Jpeg formats to evaluate the quality of the system. So I have to capture the
video from Leopard board and encode them to jpeg format. It seems difficult to combine 2 code using different drivers together.
Thanks for any advice!
Best regards!