camera-resolution : Camera Resolution
flags: readable, writable
Enum "GstZedsrcResolution" Default: 7, "Default value for the camera model"
(1): HD2K (USB3) - 2208x1242
(3): HD1200 (GMSL2) - 1920x1200
(2): HD1080 (USB3/GMSL2) - 1920x1080
(4): HD720 (USB3) - 1280x720
(5): SVGA (GMSL2) - 960x600
(6): VGA (USB3) - 672x376
(7): Default value for the camera model - Automatic
GStreamer - ZED Camera Source - Stereolabs. In this link, it is different. So I tried with camera-resolution=2 it worked but fps is to low. 2 fps. I wanted 60 fps. I think there is something wrong.
And also it is utilizing CPU I guess, is there any deep stream support for GPU utilization for encoding part in Gstreamer pipeline…
Thank you for reporting. I’ve just updated the documentation with the new information from the command gst-inspect-1.0 zedsrc that is always the best way to check the allowed values for each property.
You must create a pipeline that sends the data to the GPU memory.
We have no ready examples for this.