유지킴

Results 8 comments of 유지킴

![image](https://user-images.githubusercontent.com/43848395/154623739-2ecc9b20-0618-4724-afc4-11bf1913aec3.png) it is not work rutime spawn decal error occur

i use Latest version this QRCode ![1](https://user-images.githubusercontent.com/43848395/149243915-6cd87a5d-19fa-4ff5-abb6-1a7a5bdc7651.png) i use this cord ``` void OnCameraFrameReceived(ARCameraFrameEventArgs eventArgs) { if ((Time.frameCount % 15) == 0) { //You can set this number based on...

![KakaoTalk_20220114_163040730](https://user-images.githubusercontent.com/43848395/149468691-69389456-7d7c-4698-887d-b3ef6ad36f12.jpg) The little camera rectangle is what makes the arCameraTexture visible on the Unity screen barcodeBitmap is the raw data read from the texture.

thank you for the reply. After working on an urgent project for a while, I came back to this project. arCameraTexture width is 640 height is 480 barcodeBitmap is ![image](https://user-images.githubusercontent.com/43848395/150895452-79f710a1-7ee3-418c-8eb1-7d828811cb05.png)...

[1920x1080.zip](https://github.com/micjahn/ZXing.Net/files/7939902/1920x1080.zip) I changed the resolution by saying it might be a resolution problem above. the image in the code, but it's embarrassing the image rotate. However, when I try to...

Thank you so much for your reply. ```` BarcodeReader barcodeReader = new BarcodeReader(); barcodeReader.AutoRotate = true; IBarcodeReader reader = new BarcodeReader(); object objValue; if (result.ResultMetadata.ContainsKey(ResultMetadataType.ORIENTATION)) ; //this is breakpoint result.ResultMetadata.TryGetValue(ResultMetadataType.ORIENTATION,out...

public class ARQRCodeCS : MonoBehaviour { IBarcodeReader reader; //QRCode reading library void Start() { //Get the ZXing Barcode/QRCode reader BarcodeReader barcodeReader = new BarcodeReader(); barcodeReader.AutoRotate = true; reader = new...

That part I made a mistake. sorry. ```` BarcodeReader barcodeReader = new BarcodeReader(); void Start() { //Get the ZXing Barcode/QRCode reader barcodeReader.AutoRotate = true; reader = barcodeReader; } ```` ![image](https://user-images.githubusercontent.com/43848395/152712253-7c02df57-ec6f-482b-bc5a-62ed62f98601.png)...