This is a major set of changes to nvarguscamerasrc and in order not to conflict with the existing camera, we're renaming it to nvmanualcamerasrc since the purpose of these changes are to provide more manual control. Major added features are:
removed any range-based properties
add coies of Argus metadata to the buffer so it can be used downstream
two varieties of sharpness metadata (provided by #7 )
use gstreamer logging macros instead of printf and friends (fixes #4 )
logging categories for producer, consumer, etc.
(hopefully) less confusing help descriptions and enum names for gst-inspect (fixes #3 )
This is a major set of changes to
nvarguscamerasrc
and in order not to conflict with the existing camera, we're renaming it tonvmanualcamerasrc
since the purpose of these changes are to provide more manual control. Major added features are: