I'm probably wrong, but I can't find any further info on this.
I use [mergAVCamSet "rect", the rect of img "Background IMG"] to set the camera window size, but how do I set the location?
The camera window itself does not end up over that image no matter what I try.
///Peter
Search found 128 matches
- Tue Mar 17, 2020 1:33 pm
- Forum: iOS Deployment
- Topic: how do i put mergAVCam window in the right spot?
- Replies: 0
- Views: 1807
- Sun Mar 15, 2020 3:41 pm
- Forum: Android Deployment
- Topic: Inconsistent behavior with Android Barcode Scanner.
- Replies: 0
- Views: 2503
Inconsistent behavior with Android Barcode Scanner.
When I try to add Android Barcode Scanner to an existing project it does not work (I get no video stream from the camera) And yes, I have checked all the required permissions in standalone application settings If I create a default stack and add Android Barcode Scanner, it works as intended. I then ...
- Wed Sep 11, 2019 10:36 am
- Forum: iOS Deployment
- Topic: How do I calculate if I am within a radius of x meters from a given GPS point?
- Replies: 6
- Views: 2342
How do I calculate if I am within a radius of x meters from a given GPS point?
I need to determine if the unit has returned to its original position to calculate the elapsed time. This has to be done with a certain generosity as it is completely impossible to return to exactly the same position as the starting point. Therefore, I need to set up something similar to a geo fence...
- Tue Jan 08, 2019 3:18 pm
- Forum: Android Deployment
- Topic: My app doesn't work on Oreo
- Replies: 4
- Views: 1472
Re: My app doesn't work on Oreo
Panos,
So this problem will be solved in LC 9.1.0 DP-1?
If so, when is 9.1.0 DP-1 calculated to be released
///Peter
So this problem will be solved in LC 9.1.0 DP-1?
If so, when is 9.1.0 DP-1 calculated to be released
///Peter
- Mon Jan 07, 2019 11:31 pm
- Forum: Android Deployment
- Topic: MergAVCam for Android
- Replies: 14
- Views: 3705
Re: MergAVCam for Android
Allen,
Here is a simple sample stack with everything you need...
///Peter
Here is a simple sample stack with everything you need...
///Peter
- Mon Jan 07, 2019 10:46 pm
- Forum: Android Deployment
- Topic: MergAVCam for Android
- Replies: 14
- Views: 3705
Re: MergAVCam for Android
Have you encountered any problem, what do you need?
- Mon Jan 07, 2019 9:51 pm
- Forum: Android Deployment
- Topic: MergAVCam for Android
- Replies: 14
- Views: 3705
Re: MergAVCam for Android
Jacqueline,
Unfortunately there is no official "merge" barcode external for Android. but this one works pretty well ...
///Peter
Unfortunately there is no official "merge" barcode external for Android. but this one works pretty well ...
///Peter
- Mon Jan 07, 2019 8:26 pm
- Forum: Android Deployment
- Topic: MergAVCam for Android
- Replies: 14
- Views: 3705
Re: MergAVCam for Android
No, unfortunately, The biggest problem is that unless you have "Barcode Scanner" installed, the app will crash when you try to use this. I have solved this by requesting a confirmation that "Barcode Scanner" is installed on the device (the first time it is to be used) and then saving the answer so t...
- Mon Jan 07, 2019 7:23 pm
- Forum: Android Deployment
- Topic: My app doesn't work on Oreo
- Replies: 4
- Views: 1472
Re: My app doesn't work on Oreo
Panos, Thanks for that! Just out of curiosity, did you try to get the app from Google Play and open it? Thought it might be a difference ... FYI... The following units did not work: Samsung S8, Android 8.0.0 Sony Xperia H4113, Android 8.0.0 HTC u11, Android 8.0.0 I will file a bug report about this....
- Mon Jan 07, 2019 7:04 pm
- Forum: Android Deployment
- Topic: MergAVCam for Android
- Replies: 14
- Views: 3705
Re: MergAVCam for Android
Allen, I have to try to keep myself sober during working hours :wink: Forget about everything I mentioned earlier. Yes, Install: https://play.google.com/store/apps/details?id=com.google.zxing.client.android Yes, Copy file AndroidQR.lcext into your projects copy files pane.. Then use: put mergZXingGe...
- Sun Jan 06, 2019 9:35 pm
- Forum: Android Deployment
- Topic: MergAVCam for Android
- Replies: 14
- Views: 3705
Re: MergAVCam for Android
Allen, Have you used MergAvCam? if not! install "Barcode Scanner" (ZXing) on your android device. Extract and copy this file into your project copy files pane.. AndroidQR.lcext.zip on openCard mergAVRequestMediaAccess "video" end openCard Start reading barcode: On StartReadQR mergAVCamSet "visible",...
- Sun Jan 06, 2019 3:52 pm
- Forum: Android Deployment
- Topic: My app doesn't work on Oreo
- Replies: 4
- Views: 1472
My app doesn't work on Oreo
After I updated my app on Google Play, it turns out that those who have Oreo (SDK 8.0, 8.1)
on their android device can not open it. (It is good to download, but it cannot be opened)
Why? As it seems now, the majority of my customers use Oreo, so this is a huge problem for me!
///Peter
on their android device can not open it. (It is good to download, but it cannot be opened)
Why? As it seems now, the majority of my customers use Oreo, so this is a huge problem for me!
///Peter
- Wed Jan 02, 2019 11:12 am
- Forum: iOS Deployment
- Topic: I can't upload to the App Store
- Replies: 6
- Views: 2705
Re: I can't upload to the App Store
An update ....
I can easily build a project in xcode with the same app ID, sign it with the same key that doesn't seem to work with LC, and upload it to the App Store ...
Just wish I had tested this before I deleted all my certificates, profiles and keys.
///Peter
I can easily build a project in xcode with the same app ID, sign it with the same key that doesn't seem to work with LC, and upload it to the App Store ...
Just wish I had tested this before I deleted all my certificates, profiles and keys.

///Peter
- Wed Jan 02, 2019 10:27 am
- Forum: iOS Deployment
- Topic: I can't upload to the App Store
- Replies: 6
- Views: 2705
Re: I can't upload to the App Store
The problem remains! I have checked that all settings are correct, both in my settings and my development account. I have removed all my certificates and profiles and created new ones. Still the same error. I can build and test on a device, not upload to the App Store. Apps that I could upload two w...
- Sat Dec 29, 2018 1:20 pm
- Forum: iOS Deployment
- Topic: Is there any way to determine if I am building for Android or for iOS?
- Replies: 6
- Views: 1946
Re: Is there any way to determine if I am building for Android or for iOS?
Jacqueline,
Exactly what I was looking for!
Thanks
///Peter
Exactly what I was looking for!

Thanks
///Peter