-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android camera server #78
Comments
may be if we can improve the video decoding then it will work |
I have used SharpRTSP on Android and on iOS using the Xamarin/Microsoft C# tools. On Android and on iOS I had to wrote extra code to use the video encoding APIs of each system - the Media SDK on Android and the VideoToolBox SDK on iOS. Unfortunately I cannot share the code I wrote to link to the native encoding APIs on Android or iOS as those parts were not open source. But it is possible to do this. |
ok,,Thank you for the update...i will look into Media SDK on android ..we are just looking for android at the moment...if we can some more hints..then that will be helpful to us...Thanks |
Hi, |
You'd need to ask (or look for existing answers) on Stack Overflow. |
ya i tried...all are depreciated..they are collecting data from onpreviewframe in previewcallback...which is depreciated now...is there any provision in recent version to collect raw data from camera |
Hi |
ya you are right...onpreviewframe is working perfectly...but those are not availbale in camera2 api... |
Hi,
I tried to implement this in a android device(Android camera as server).
implemented same codes as Cameraserver file.
Data is sending and receiving,but we cant see video of camera,just a time stamp and black striped background.
Is it possible to use it in android camera??
The text was updated successfully, but these errors were encountered: