Get Stream FPS and Used Space from MIP SDK

I’ve been working on an application to get a list of camera information in a easy to read and export format. The are 2 items I’d like to get which are

1. The Used Space as shown in the Record tab

2. FPS from the Stream Settings. There is a FPS setting in the Configuration API but this seems to be the JPEG FPS which is not from the Stream

Are this settings available to be read from the MIP SDK? If so could you please point me in the right direction?

Thanks

You can get the used space using the Configuration API.

If you use Config API Client sample you can see it here:

I suggest you find FPS setting in a similar way in the Config API Client sample. Hopefully you will be able to find the right one..