Selecting videos with ionic's capacitor?

Is it possible to select videos using the camera plugin with capacitor, or can we only select photos at the moment. I have instigated the camera plug in to retrieve an image from the camera roll and then upload the file to blob storage, however, the plugin does not seem to allow me to upload videos, they don’t even appear in the camera roll. Is this the intended function of the camera plugin at present?

If so, will I have to rely on Cordova implementations to get video upload to work?

Thanks in advance.