47
Views
2
Comments
[Camera Plugin] Is there a size limit (kB) for photos taken with the Camera Plugin?
Question
camera-plugin
Mobile icon
Forge asset by OutSystems

Hi everyone, 

I'm currently working on a mobile app with a feature to take pictures (using the Outsystems' Camera Plugin), and one of the requirements is that the size of the pictures should be 150kB or less.

My question is: Do I need to use something to compress the image size or does Outsystems already ensure this (what I mean is: are all photos taken with the Camera Plugin under 150kB)? 

2026-02-05 15-36-36
Lenon Manhães Villeth
Champion

Hi, friend!

I really don't know if the plugin suports that feature. Maybe another dev can help you with that.

However, there is an action called BinaryDataSize, wich can be used server side to validate the picture size. If you don't find the exact solution, this can help.


Best regards


UserImage.jpg
Pedro Fernandes

Lenon Manhães wrote:

Hi, friend!

I really don't know if the plugin suports that feature. Maybe another dev can help you with that.

However, there is an action called BinaryDataSize, wich can be used server side to validate the picture size. If you don't find the exact solution, this can help.


Best regards


 Thanks Lenon, I'll look into that. 


But I really just wanted a validation regarding the average size of the pictures taken with this plugin.

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.