K線神探操作更簡單
要簡單兩步驟 就可從一千三百檔股票中 輕鬆挑選出符合心中的好股

基本用法:

進階用法:

進階用法代碼說明:


AIcam 使用相機及相簿,只供用戶本身操作使用,不會做任何的收集分享,也不會上傳網路
AIcam 有串接使用Google的admob手機廣告
AIcam uses cameras and photo albums, which are only for the user's own operation and use, and will not do any collection and sharing, nor upload to the Internet.
AIcam has tandem mobile ads using Google's admob
AIcam は、ユーザー自身の操作と使用のみを目的としたカメラとフォト アルバムを使用し、収集と共有、インターネットへのアップロードは行いません。
AIcam には、Google の admob を使用したタンデム モバイル広告があります。
AIcam:VRメタバースカメラ 使用説明書
メタバースに没頭する
とても使いやすい画像合成カメラアプリです
iPhone https://apps.apple.com/us/app/id1643103552
android https://play.google.com/store/apps/details?id=net.tendy.zcam
アルバムから好きな写真を背景に選び、すぐに最適な表情ポーズをとって、瞬時に合成することができます。
背景としてシーンの写真を撮り、さまざまな視点で自分自身を合成することもできます
クリエイティビティを駆使して、夢を絵に変えましょう
撃つ方法
1. キャプチャ ボタンをクリックするか
2.タイムラプス撮影、設定で、遅延をオンにして秒数を設定します
3. Bluetooth自撮り棒
背景を選択
1. アルバム
2. カメラ
背景の選択が完了しました。回転または反転する必要がある場合は、対応するボタンをクリックするだけです。
仕事を保存する
iPhone https://apps.apple.com/us/app/id1643103552
android https://play.google.com/store/apps/details?id=net.tendy.zcam
AIcam: VR Metaverse Camera User Guide
Immerse yourself in metaverse
This is a very easy to use image synthesis camera app
where to download
iPhone https://apps.apple.com/us/app/id1643103552
android https://play.google.com/store/apps/details?id=net.tendy.zcam
You can choose a picture you like from the album as the background, and then you can immediately put on the most suitable expression pose, and instantly composite the image
You can also take a photo of the scene as a background, and then composite yourself with different perspectives
Use your creativity to turn your dreams into pictures
how to shoot
1. Click the capture button
2. Time-lapse shooting, in the settings, turn on the delay and set the number of seconds
3. Bluetooth Selfie Stick
choose background
1. Album
2. Camera
The background selection is complete. If you need to rotate or mirror, just click the corresponding button.
save work
After shooting, a small window will appear, asking if you want to save it. You can also turn on the portrait switch, and it will also help you to save the portrait for your use.
where to download
iPhone https://apps.apple.com/us/app/id1643103552
android https://play.google.com/store/apps/details?id=net.tendy.zcam
AIcam:VR元宇宙相機 使用說明
全身心沉浸於元宇宙中
想知道妳在平行宇宙中的模樣嗎? 快去下載來試試看吧
iPhone 免費下載 https://apps.apple.com/us/app/id1643103552
android 免費下載 https://play.google.com/store/apps/details?id=net.tendy.zcam
全身心沉浸於元宇宙中
這是一款簡單操作的即時影像合成相機app
您可以從相簿中挑選一張您喜歡的圖片做為背景,然後就可以馬上擺上最適合的表情姿勢,即時的合成影像
您也可以拍一張現場的照片作為背景,再把自己用不同的視角合成上去
發揮您的創意,把您的夢境化為一張張的照片
如何拍攝
1.點選 拍攝鈕
2.延時拍攝,在設定中,開啟延時,並設定秒數
3.藍芽自拍棒
選取背景
1.目前的鏡頭畫面
2.相簿選照片當作固定背景
3.拍照當作固定背景
背景選取完成,若需旋轉或鏡射,就點選相對應按鈕即可
影像處理
1.背景與人像分別有影像處理的按鈕開關,按一下打開,再按一下關閉
2.打開影像處理後,在畫面下方會出現一個旋鈕,選到的影像處理名稱會立即套用在畫面上
儲存作品
您可以在設定中把人像的開關打開,這時也會幫您將人像去背儲存,供您使用
iPhone 免費下載 https://apps.apple.com/us/app/id1643103552
android 免費下載 https://play.google.com/store/apps/details?id=net.tendy.zcam
夢境相機 - 夢里什麼都有
第一個遇到的問題是,背景影像不呈像
解決方法 是用CIimage(uiimage) 去取代 UIImage.ciimage
第二個遇到的問題是 ,無法將成品存入相簿
會出現 save unknown error
UIImageWriteToSavedPhotosAlbum(pickedImage, self, #selector(saveError), nil)
會出現 save unknown error
解決方法是
let ciImage = self.image!.ciImage
let context = CIContext()
let cgImage = context.createCGImage(ciImage!, from: ciImage!.extent)
let uiImage = UIImage(cgImage: cgImage!)
UIImageWriteToSavedPhotosAlbum(uiImage, self, #selector(self.image(_:didFinishSavingWithError uiimage->ciimage->cgimage->uiimage
問題三 : 按鈕反應速度超慢的
用queue來執行運算,就可以,但有拖慢一些即時呈像速度
問題4: 手有點遠,自拍不便
加上了,任意點二下螢幕就拍攝
我用左右擺頭,來啟動定時自拍,或選用定時自拍鈕
問題: 鏡頭呈像,有時不好擺姿勢
針對這問題,我加上按鈕,可自由選擇上下左右鏡像等呈像切換
也會把這功能用到背景
問題: 太遠,也不好辨識
加上自拍棒的功能,結果很方棒的判斷音量鍵就可以
問題: 有時候姿勢比例對,但與背景不那麼好對位
提供,人像去背圖檔,供用戶自行利用