feat: add cross-platform libuvc UVC camera support (Linux + Windows) - #83
Open
mathieucarbou wants to merge 6 commits into
Open
feat: add cross-platform libuvc UVC camera support (Linux + Windows)#83mathieucarbou wants to merge 6 commits into
mathieucarbou wants to merge 6 commits into
Annotations
10 warnings
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_mediaControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_sampleGrabber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_captureGraphBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_camControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_graphBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_videoFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_camFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L35
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
DxWebCam/WebCam.cs#L31
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
DxWebCam/DirectX.Capture/Filter.cs#L198
Nullability of reference types in type of parameter 'obj' of 'int Filter.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
background
wait
wait-all
cancel
parallel
Loading