Open ronaldsampaio opened 1 month ago
Hello,
Yes, that is the way. Currently using the last version (RootEncoder 2.5.3 and server 1.3.2) you only need do that. With previous versions you also need do this:
glInterface().setCameraOrientation(0);
//also, disable autohandle
Great. I'll be trying and putting some feedback here soon. Thanks
So, the way to use the new UVCSource is to put in a
RtspServerStream()
call theCameraUvcSource()
? I did not have much time to test it yet, so Am I on the right direction? Something like ThisBut maybe with some minor changes Thanks in advance!