This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

delay on switching between usecases

Guru 20755 points

Hello,

I have 2 usecases, one for encoding with live video, and the second for decoding file and display

When switching bwteen these usecase we encounter large delay.

How can we overcome this:

1. disabling printing can help here ? How should it be done ?

2. use one usecase instead of two ? With that single usecase can I decide when info is given into the decoder (the playback file) so that the usecase will function correctly also at time when there is no file input (playback is done only by demand) ?

Thank you,

Ran