Does the console give you any info?
Are you simulating or running on actual hardware?
My app is working fine on iPhone. Try removing ios and adding it again
When I check outputs in xcode, its like;
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Sounds like you have permission problems for using the camera in IOS.
Try removing and adding the camera plugins again. And probably the whitelist plugin as well
HI @Gunnarkd and @dram3vlh
i have follow this forum threads for camera preview and it working fine, i just want to save image with overlay image can somebody share code how i can do that. i want to marge 2 images and save as one.
You can use html5 canvas for this, but when I played around with it to rotate an captured image, it was quite slow for large images. Simply drawing onto the image might be faster than doing translate functions.
Take a look at this, the drawImage() function is probably most interresting for you:
https://www.w3schools.com/tags/ref_canvas.asp
This guy works with canvas in IonicJS, but he uses toDataURL() towards the end, which might help you:
i have tried i am able to create canvas image with overlay image but i want to make something following image.
hello I have one problem ,in whatsapp application when I click on camera icon …how that list
of images are display from gallery directly ??… please help me …am not
able to find solution to this task “how to display list of horizontal
images in ionic application” …i use camera ,imagepicker,imageviewer…
plugin but still not find solution
hi try this plugin these really worked for me
both plugins are really helpful you can create AR app in ionic.