I’ve seen a few posts about this on the forum with no answer, so I wanted to chime in again – I just got the absolute latest build, and the camera feed is still not actually real time like the example video.
The relevant code:
local shape = display.newRect( 0, 0, 320, 480 )
shape.anchorX = 0
shape.anchorY = 0
shape.fill = { type=“camera” }
I noticed if I touch the screen it refreshes. If i constantly slide my finger back and forth, it looks like realtime. Does it just need something to trigger an update?
I know it’s still fairly new and probably still considered “beta”, but I’d really like to try to use it for a business-related app I’m working on. I’m on an iPhone 5, ios7.
Thanks,
Dave