-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: josh-shaw-dev/reolinkapipy
base: master
head repository: ReolinkCameraAPI/reolinkapipy
compare: master
- 13 commits
- 16 files changed
- 9 contributors
Commits on Oct 8, 2024
-
feat: updates to video review GUI (ReolinkCameraAPI#80)
* video review gui: various improvements - clicking on a yet-to-be-downloaded video moves it to the top of the queue so it is downloaded next - make sure the download thread sleeps when it's done (d'oh!) - add a "status" column, later changes will download by default in low res and offer the option to use higher res * video review gui: add status column Add status column with icons to indicate download status * assorted updates * upd * upd * video_review_gui: more updates - re-download file if it exists but filesize doesn't match expected value - use a QTreeWidget instead of a QTableWidget in order to present channel 1 as a child of channel 0 (you never want to watch channel 1 without having established that channel 0 had something interesting) - add CLI --sub to search the sub stream (faster downloads = faster review) - the new logic also presents sub & main in the same tree root (conceptually, one start datetime = tree root under which all video related to that moment are listed) - add icons for statuses - exit after 1second timeout instead of being blocked until end of download * video_review: fix icons with sub stream * bump to width 2400 * support new version 9 of filenames * add GetHighRes button to download from main stream when running in sub mode
Configuration menu - View commit details
-
Copy full SHA for 7b9f02c - Browse repository at this point
Copy the full SHA 7b9f02cView commit details -
feat: custom session handler (ReolinkCameraAPI#81)
Co-authored-by: Josh Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b86642c - Browse repository at this point
Copy the full SHA b86642cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a89fe - Browse repository at this point
Copy the full SHA 85a89feView commit details -
chore: version bump 0.3.0 (ReolinkCameraAPI#83)
Signed-off-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8ed858 - Browse repository at this point
Copy the full SHA d8ed858View commit details
Commits on Dec 9, 2024
-
feat: python lint and build action (ReolinkCameraAPI#87)
Signed-off-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71f206a - Browse repository at this point
Copy the full SHA 71f206aView commit details -
Add Set NTP (ReolinkCameraAPI#84)
* Add set NTP * chore: convert bool to int --------- Co-authored-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cacb47 - Browse repository at this point
Copy the full SHA 8cacb47View commit details -
Video review: minor improvements (ReolinkCameraAPI#85)
* when getting highres, remove corresponding sub stream and re-parent tree * use sub instead of main by default now that GetHighRes is there * some file sizes are 0 (recording in progress?)
Configuration menu - View commit details
-
Copy full SHA for b0bcb9f - Browse repository at this point
Copy the full SHA b0bcb9fView commit details
Commits on Dec 11, 2024
-
download: use the Playback command instead of Download (ReolinkCamera…
…API#86) On my TrackMix Wifi, both API commands work the same way, but Download is limited to about 800kB/s, while Playback hits about 4MB/s. So, replace the Download command with Playback by default for get_file. The "method" optional argument can be used to switch back to Download for people who need it.
Configuration menu - View commit details
-
Copy full SHA for ba170de - Browse repository at this point
Copy the full SHA ba170deView commit details -
release: version 0.4.0 (ReolinkCameraAPI#88)
Signed-off-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53e053b - Browse repository at this point
Copy the full SHA 53e053bView commit details
Commits on Jan 23, 2025
-
feature: add get zoom/focus, discrete set zoom/focus commands, and ge…
…t/set autofocus (ReolinkCameraAPI#89) * zoom and focus commands * get and set autofocus * fix SetAutoFocus api call * update readme
Configuration menu - View commit details
-
Copy full SHA for 058380f - Browse repository at this point
Copy the full SHA 058380fView commit details -
release: version 0.4.1 (ReolinkCameraAPI#90)
Signed-off-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0fee8d - Browse repository at this point
Copy the full SHA e0fee8dView commit details
Commits on Jun 19, 2025
-
Fix safe encoding for passwords with exclamation mark (ReolinkCameraA…
…PI#93) Co-authored-by: Dennis Hemker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 336af8e - Browse repository at this point
Copy the full SHA 336af8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cd382 - Browse repository at this point
Copy the full SHA 87cd382View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master