Smartface framework CodeReader - smartface.io

i use smartface.io ,how can i use front mobile cam with CodeReader in android application enter link description here

It is not possible to use codeReader wiht front cam.
You can check some codeReader applications, I guess back cam is the common usage for it.

Related

is it possible to make an application for video calls in Ionic?

I need to write an application with video chats (1:1), and i know Angular. There are tons of SDKs for Angular(or web) to handle video calls(like e.g. twilio.com, agora.io?). But my client need mobile app. It's possible to write native app in Ionic with video calls support? However, do I have to use something more professional like flutter to achieve this?
Is there any ready SDK to handle this in Ionic?
I am looking, I am looking for and I cannot find anything. And I have to make quick decisions in part.
Please help me :)
Yes.
You can use the camera and the microphone with Ionic (in native or pwa mode).
Ionic fully supports Angular and Angular components.
I recommend you the use of notifications like Google FCM to notify the caller.
You can trigger an action directly from the notification (app in background or in app which is not the same).

Interoperability Beween Unity and Agora.io Web SDK

It is possible to connect the web sdk of agora.io, and get the video sources using Unity?? i need a client side with a simple browser Link for my end users to log in a channel and publish a stream, but then i need the vide in Unity to process video and develop an interactive experience.
Is this possible?
Thanks!
Yes, you can! As long as the web app and Unity app share the same app id and the channel name, you are good to go. In Unity, make sure you call this method to have the best compatibility:
EnableWebSdkInteroperability():

Desktop Application with Ionic framework

is there anyone who will help me about ionic framework.
I want to know that can we develop desktop and mobile application both with single codebase in ionic framework.
I want to know that can we develop desktop and mobile application both with single codebase in ionic framework.
Yes, this is exactly the purpose of Ionic.
Check out what is Ionic.
Yes, however you will find a few Ionic components do not provide an ideal user experience on the desktop. For example, ion-datetime should probably work as a dialog on a large screen, instead uses a mobile and touch only friendly slide-up UI with selection characteristics that make number choice with a mouse quite difficult.
Give Electron a try, on youtube search with: Ionic Framework with Electron for building Desktop Application.

How to initiate/send SMS from a HTML5 webpage using devices native functions?

I am wondering how can I open the send SMS application by using a web control of a HTML5 page on Android and iPhone. I want to use the device native SMS sending app, with a prepopulated value from the web.
Further to other answers I can confirm that smsto:555:bodytext does not work on an iPhone running iOS5.
What does work (and I've tested it) on Android is the format:
sms:444?body=hello
Example:
Tap to say hello!
On iPhone the ?body=hello will prevent it working at all, and you should use just sms:555 instead.
sms:555
Example
Tap to text us!
I have tested the below and it works:
Using HTML Anchor tag:
Subscribe
Using JavaScript:
window.open('sms:111?body=SUBSCRIBE', '_self');
With Android 3.0 SDK Google has started exposing API in HTML5 for device access. An example is listed here. It may not be enough for what you seek to do.
I dont know enough about iphone to advise either way.

Stream video from one iphone to another and back

I want to develop an conference application. It's basically exact the same as Facetime only with some extra features.
But how do I make a video chat from one iPhone to another iPhone LIVE like Facetime?
Any ideas?
Thanks in advance!
OpenTok is a good way to do it.
Here's the tutorial
You can use the flash builder or just air sdk