Weird ISP behaviour with RKMPI

  • Hello,
    If you are working on an actual engineering project, I do not recommend using this method to stop and start the video stream. The VI component's purpose is to capture images and place them into the memory buffer pool. If it is not needed, you can simply stop retrieving from the memory buffer blocks in the next component or function. Repeatedly stopping and starting will add a lot of unnecessary delays.
    If you are doing this for research purposes, then when you stop the VI device, please also use the SAMPLE_COMM_ISP_Stop function to stop the ISP(before VI stop). When restarting, use SAMPLE_COMM_ISP_Run to start the RKISP again.
  • Thank you, sir, will consider this. By the way, is there any plans to translate Chinese version of RKMPI documentation to English? I've translated it using google machine translation, it's better than nothing, but still quite hard to understand sometimes. Best regards!
  • Unfortunately, I do not have enough skills and experience to translate documents. However, there is a useful browser plugin that might help you:https://immersivetranslate.com/en/
  • Thank you!