Home > Forum > How to switch from IPPreview to Capture to file?

How to switch from IPPreview to Capture to file?

Aug 13, 2021
Dave McLaughlin wrote
Is there a way to start and stop recording without calling Stop() and Start()?

What's the best practice to switch between these 2 modes?

Also, I if have a text overlay on the IPPreview, will this also be recorded to disk?
Reply
3 Answers
Aug 13, 2021
Roman Miniailov agent wrote
Hi

Please check the following article - https://www.visioforge.com/vcsdknet-separate-capture

Yes, the text overlay will be recorded. If you want to have text overlay only for preview you can use On-Screen Display.
Aug 15, 2021
Dave McLaughlin wrote
Thanks. I got it working on the development machine but when I went to test on the deployment PC, it throws up the following when I go to start recording. There are no errors on the dev machine. I've installed all of the support files.

Unable to set AVEncAdaptiveMode.

Unable to set AVEncCommonRateControlMode.

TESTHR failed: 2147500033

TESTHR failed: 2147942487

Unable to set AVEncCommonMaxBitRate.

TESTHR failed: 2147500033

Unable to set AVEncCommonMeanBitRate.

TESTHR failed: 2147500033

Unable to set AVEncMPVDefaultBPictureCount.

TESTHR failed: 2147500033

Unable to set AVLowLatencyMode.

TESTHR failed: 2147500033

Unable to set AVEncH264CABACEnable.

TESTHR failed: 2147500033

Unable to set AVEncCommonQualityVsSpeed.

TESTHR failed: 2147500033
Aug 15, 2021
Roman Miniailov agent wrote