Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: josh-shaw-dev/reolinkapipy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ReolinkCameraAPI/reolinkapipy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 16 files changed
  • 9 contributors

Commits on Oct 8, 2024

  1. 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
    sven337 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7b9f02c View commit details
    Browse the repository at this point in the history
  2. feat: custom session handler (ReolinkCameraAPI#81)

    Co-authored-by: Josh Shaw <[email protected]>
    josh-shaw-dev and Josh Shaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b86642c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a89fe View commit details
    Browse the repository at this point in the history
  4. chore: version bump 0.3.0 (ReolinkCameraAPI#83)

    Signed-off-by: Alano Terblanche <[email protected]>
    Benehiko authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d8ed858 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. feat: python lint and build action (ReolinkCameraAPI#87)

    Signed-off-by: Alano Terblanche <[email protected]>
    Benehiko authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    71f206a View commit details
    Browse the repository at this point in the history
  2. Add Set NTP (ReolinkCameraAPI#84)

    * Add set NTP
    
    * chore: convert bool to int
    
    ---------
    
    Co-authored-by: Alano Terblanche <[email protected]>
    RobertHolstein and Benehiko authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    8cacb47 View commit details
    Browse the repository at this point in the history
  3. 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?)
    sven337 authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b0bcb9f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. 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.
    sven337 authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    ba170de View commit details
    Browse the repository at this point in the history
  2. release: version 0.4.0 (ReolinkCameraAPI#88)

    Signed-off-by: Alano Terblanche <[email protected]>
    Benehiko authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    53e053b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. 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
    stevebriskin authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    058380f View commit details
    Browse the repository at this point in the history
  2. release: version 0.4.1 (ReolinkCameraAPI#90)

    Signed-off-by: Alano Terblanche <[email protected]>
    Benehiko authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    e0fee8d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Fix safe encoding for passwords with exclamation mark (ReolinkCameraA…

    …PI#93)
    
    Co-authored-by: Dennis Hemker <[email protected]>
    hemker and Dennis Hemker authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    336af8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87cd382 View commit details
    Browse the repository at this point in the history
Loading