Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highest resolution photos on Wyze v3 Cam #1153

Open
aChrisYouKnow opened this issue Apr 15, 2024 · 2 comments
Open

Highest resolution photos on Wyze v3 Cam #1153

aChrisYouKnow opened this issue Apr 15, 2024 · 2 comments

Comments

@aChrisYouKnow
Copy link

My goal is to take the highest resolution photos I can every 20 minutes. I have tried the following two methods.

Using the following environment values in the docker compose file which results in 115-125KB 1920 × 1080 photos.

        - SNAPSHOT=RTSP1200
        - SNAPSHOT_FORMAT=mycam/%Y-%m-%d/%H-%M.jpg
        - IMG_DIR=/img
        - IMG_TYPE=jpg
        - NET_MODE=LAN

Also this method via crontab, saving the photos to the SD card, which results in 10-15KB 640 × 360 photos.

*/20 * * * * curl -X GET http://localhost:5000/api/mycam/take_photo

I’m a little surprised the highest resolution snapshot option isn’t saving directly to the SD card on the camera. I wanted to see if I was missing anything, and make sure I had the best settings to maximize resolution of scheduled snapshots. The camera is set to HD in the WYZE app, it seems any other settings I find in the docker-wyze-bridge would reduce resolution, and the default should be the highest resolution, but I wanted to confirm that if someone didn't mind chiming in.

Thanks for the help!

mrlt8 added a commit that referenced this issue Apr 15, 2024
@mrlt8
Copy link
Owner

mrlt8 commented Apr 15, 2024

hmm, not sure why the take_photo command is using the lower resolution stream.

Could you try the dev branch to see if adding a payload helped?

@aChrisYouKnow
Copy link
Author

I deployed wyze-bridge via docker compose. Not sure I know how to containerize the dev branch. Upon further inspection, I should be all set with SNAPSHOT=RTSP1200, it seems thats probably the full resolution images coming through. I was just curious about the expected resolution difference between SNAPSHOT and take_photo. If that helped identify any unexpected behavior, fantastic. Happy to help troubleshoot further if it helps, but, otherwise I should be all set. Appreciate it!

mrlt8 added a commit that referenced this issue Apr 22, 2024
* update docker/login-action

* flush buffer when going out of sync

* HD support for HL_CFL2 #1112

* Reduce sleep interval for video #1042

* AAC_ELD as AAC for v4 #1145

* limit clock syncs if video is slow

* Use frame_size=5 for floodlight #1112

* Use K10050 to check HL_CFL2 bitrate #1112

* fix paho mqtt v2.x changes #1145

* don't specify sample rate if aac_eld #1145

* ignore bitrate for HL_CFL2 #1112

* K10058TakePhoto payload #1153

* access token

* Adjust sleep interval on frame error #1042

* check for slow frames when no audio #1042

* Adjust frame_size for HL_CFL2  #1112

* fix typo #1112

* less aggressive buffer clean

* changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants