-
Notifications
You must be signed in to change notification settings - Fork 51
Support configuration of Image Capture and Video Capture from GCS #161
Comments
This would be really useful feature. I'm not totally sure if plan is that these values could be modified also on I'm working on a project where we need to stream video from Intel RealSense r200 over 4G/LTE connection - with default settings the video bandwidth usage is about 100 Mbit/s - way too much to stream over mobile network. When I modified gstreamer width and height parameters directly on the source code (these two lines: https://github.com/Dronecode/camera-manager/blob/master/src/gstreamer_pipeline_builder.cpp#L61-L62) with different values I was able to get good results. Options I tried:
|
@eeroniemi For RTSP streaming, you can specify the width and height in the URL, change in source code is not required. For example - |
@lbegani Thank you for the tip - setting the stream width and height on the URL seems to work without any code changes. For the bandwidth usage, I had the camera at the same location on each of the tests with nothing dramatically different happening on the video. Not a big issue now when I know about it, but just interesting insight. |
Support export of Image Capture and Video Capture settings to GCS through camera definition file. At present, CSD only handles parameters to configure camera device. The parameters for image capture or video capture need to be supported by adding handlers in respective classes.
The text was updated successfully, but these errors were encountered: