On VI init (called once):
Code: Select all
RK_MPI_SYS_Init();
RK_MPI_SYS_InitPTSBase();
Code: Select all
RK_MPI_VI_EnableDev();
RK_MPI_VI_SetDevBindPipe();
RK_MPI_VI_EnableChn();
Code: Select all
RK_MPI_VI_DisableChn();
RK_MPI_VI_DisableDev();
Code: Select all
RTDeviceV4L2 12:42:38-368 {ispStreamOff :503} do ispStreamOff start
RTDeviceV4L2 12:42:38-431 {ispStreamOff :514} do ispStreamOff done
RTDeviceV4L2 12:42:38-433 {close :365} do RTDeviceV4L2 close
Is there any possible way to make those functions not disabling my ISP process? Or i have to manually restart ISP algorithm every time i'm recreating pipeline? All this command sequences were taken from samples/opencv example. Thanks in advance!