SquareCamera icon indicating copy to clipboard operation
SquareCamera copied to clipboard

SquareCamera is a Titanium Module that allows you to use the AVFoundation framework to take your photos and allows for more manual customization of the camera view.

Results 14 SquareCamera issues
Sort by recently updated
recently updated
newest added

Love this module. Works great! Having a strange minor issue.... I am receiving the following message in Appcelerator console when running on device: I tried to remedy this by setting...

I'm making an app that needs to stream video captured via the camera. I tried doing it with `camera_view.toImage()` -- but that only captures the background color... Is there any...

Does anybody know if it's possible to use tap-to-focus within this module?

Added pinch to zoom, zoom change event, updated docs , added build

I´m trying to build on 6.0.0., 6.0.1, 6.0.2, 6.0.3... without success... Any solution? Thank you very much!

Is there a way to set borderColor or backgroundColor to scranCrop? I know with "scanCropPreview: true" it set a red area but I need a rea with different color or...

I'm trying to use SquareCamera actually in a square...pictures are coming out quite zoomed in and stretched vertically. ```var SquareCamera = require('com.mfogg.squarecamera'); camera = SquareCamera.createView({ top: 80, left: 0, height:...

OK, probably a dumb error on my part. But I don't get a camera preview, just a black view. And pictures I take are all black. Module version 0.8, SDK...

I was looking at this module and it's really great. You can customise the aspect ratio of the viewfinder, and the preview after capturing is blazing fast. It doesn't look...