nx_video_source_sdk  1.0
Video Source SDK
utils.h
1 // Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2 
3 #pragma once
4 
5 #include <string>
6 
7 #include <camera/camera_plugin.h>
8 
9 void logCameraInfo(const nxcip::CameraInfo& info, const std::string& label);
10 
16 std::string fileUrlToPath(const std::string& url);
Contains base camera information.
Definition: camera_plugin.h:73