flash + phone camera - iphone

for website that embed flash to capture camera (red5..etc). may i know is there any handset that currently support flash and can used to capture image from handset camera?

The HTC Hero reputedly has Flash. However, this is not part of standard Android, and I have no idea if it can access the camera in any way.

Not an iPhone. No Flash support.

Yeah, we can access the device camera using flash AIR application.
Recently I tested that and got good output.
I dont know about the iPhones, I tested on android device HTC Desire HD.

Related

How to switch mobile camera in Vuforia Engine Unity SDK v10.13?

I need help in switching mobile device camera in sdk Vuforia Engine Unity SDK v10.13 because vuforia has chnages the entire SDk. I did it past but i could find any documentation. Please help
I couldn't find any documention regarding camera switching in Vuforia Engine Unity SDK v10.13
Unfortunately switching btw back and front camera has been depracated but this can be achieved if its necessary via https://library.vuforia.com/platform-support/driver-framework.
If you need to sw btw the several back cameras that phones have, I don't believe its necessary as Vuforia usually selects the main camera and selecting any other camera like Telephoto or Ultrawide will results in tracking issues as the SDK was not designed to work with such images out of the box.
The Q that I would have, why do you need to sw? what do you want to achieve?

How to publish a unity game on mobile without an error using WEBGL

I need to publish the game made by unity with WEBGL, and wanna let the users play from mobile devices. I know unity does not officially support mobile devices on WEBGL, but would like to find a way to do it. It works just find on PC but getting this error on mobile devices. I appreciate your support in advance enter image description here

Kudan: macos app couldn't use facetime camera

I'm using unity and kudan to develop AR app for mac os.
But i can't use the camera (both facetime camera and usb camera) when running app.
There's no problem when run on ios or android.
How can i fix it?
Thank you in advance.
If you are using Unity's Play Mode, make sure that you have generated yourself a Kudan key for the Unity Editor. You should usually see an error message in the log indicating if this is an issue.
You can generate your key at https://www.kudan.eu/api/

iPhone Browser emulator with orientation detection

I'm looking for an iPhone browser emulator like iBBDemo2 for Windows. But since iBBDemo doesn't seem to support orientation (yes, its rotatable but this information is not send to the server as the iPhone does, to use this information in the Website's JavaScript), I'm looking for an alternative.
Or are there any windows based full iPhone emulators like the ones for Android without commercial Apple Developer registration?
There's a free tool (Chrome Extension) called Ripple (which was bought by RIM):
Test and debug your HTML5 mobile applications for multiple platforms.
All from within your browser and in a fraction of the time.
Not sure how well it works in emulator device quirks. But it does have the rotation change option.
There is a new emulator from Electric Plum (free light version). It's pro version seems to support rotation events in JavaScript.
http://www.electricplum.com/products.html

Access the a built-in camera from Safari installed on an iPhone, iPad, or iPod Touch?

Is there a genuine way to access the a built-in camera from Safari intalled on an iPhone, iPad, or iPod Touch?
By genuine I mean no hack, no workaround, no extra app to install.
There is no flash capability installed on the web browser for those devices and I need to enable my users to, with their permission, be able to use the camera as a web cam for a chatting site.
There is no way to do this. You need to use an API that allows you to access the camera, and those are only available for native applications, not a web application.