This tag is for questions concerning the creation (encoding) or interpretation (decoding) of any type of scannable image codes. While the tag focuses on custom-made or proprietary scan codes (such as Snapchat Snapcode/Snaptag and Facebook Messenger's circular codes), it may also be used for standardized codes (such as QR and bar-codes).
Questions tagged [scannable-code]
6 questions
15
votes
1 answer
How can I generate an image that will be similar to Snapchat's Snapcode and will be used in the same way?
I'm building an app that uses a QR Code to connect users, similar to how Snapchat allows users to add each other on Snapchat.
I was hoping to use a more aesthetically pleasing alternative to the QR Code, something similar to Snapchat's Snapcode. Any…

Rohan Mishra
- 213
- 1
- 5
1
vote
0 answers
Reading data from a Snapchat snapcode
I'm trying to read snapcode without the snapchat app and can read the information contained, someone has some information about how it works?
Thanks

sabas1080
- 11
- 4
1
vote
0 answers
SnapTag reader SDK for iOS
I checked everywhere for SnapTag SDK for iOS, but there is no luck. Is there any integration package for scanning SnapTag on iOS ?

SkyEagle888
- 1,009
- 2
- 18
- 42
0
votes
0 answers
Colored dots pattern recognition from scannable code
I want to make a printable scannable code, something like snapcode or Spotify code. The code will have a grid with three rows and five columns of coloured dots. Each coloured dot will point to a number or character so that a hash will be formed.
I…

Jeroen Steen
- 531
- 8
- 22
0
votes
1 answer
profile scan codes for chat application
I was wondering where I could find more information about the various scan code protocols that recent chat applications are offering as an easy way to connect for their users. In particular, are there any open source libraries allowing a 3rd-party…

John Difool
- 5,572
- 5
- 45
- 80
0
votes
1 answer
Image Processing: Algorithm to detect SnapCodes?
I am currently working on a project using Python to detect Snapcodes among a set a pictures. For those who don't know what a Snapcode is, here are some examples.
I am looking for the most simple solution to perform this detection using the Python…

Matt
- 1