Code Monkey home page Code Monkey logo

unity's Issues

Unable to connect to server

using IP address and port 7001

Tried admin account and a view-only account.

Same result whether at program startup, or if I skip that and attempt to add server once the program has started.

unity

Unable to add server in 3.0.0-alpha1

Hi

I installed the alpha from the .exe setup, it went ok except some antivirus glitch on Windows 11.

But when I try to add the server, with the same credentials (checked many times), it says
"10.1.1.6 could not be added. Please check the entered details."

image

I don't see anything related to this on the system log.

Thanks

Locked up, reinstall doesn't help.

I attempted to open the app to reproduce an issue.

All I got was a blank white window with the Bluecherry logo in the center. Had to kill it with task manager.

Tried reinstalling. No luck. Uninstalled and reinstalled. No luck. Uninstalled, deleted the folder in Program Files (x86), and reinstalled.

Got the screen shown below. Totally unresponsive. Can't minimize, maximize, close or move the window.

unity4

Events are limited to 50

Currently, events are limited to 50 events, which can mislead customers.

Expected behavior

There shouldn't be a limit, but it seems that the current implementation can not parse a high number of events without affecting the UI.

When looking deeper, part of the events seems to be handled inside the build method, blocking the UI when performing the operation with large lists. Before handling the events, the events are parsed in the main thread, which is also something that can affect the UI

Additional resources
https://github.com/bluecherrydvr/unity/blob/main/lib/api/api.dart#L145
https://github.com/bluecherrydvr/unity/blob/main/lib/widgets/events/events_screen.dart#L130-L165

macOS support

Currently, only Android, iOS and Windows are supported. It'd be nice to have macOS support

Navigation issue

¹ The side navigation style should only be visible in a tablet-like environment. In other words, the screen must be (641px to 1007px large and at least 800px tall). The current implementation is buggy and doesn't work in small screens

image

² On mobile, landscape orientation should only be applied on grid view and on timeline view. Tho, the other screens are found in the landscape mode:

image

³ The drawer navigation style should only be visible in small screens style. Instead, sometimes the drawer button is visible even on desktop

Accept command line options for display and layout

Currently we only support a fullscreen command line option. Adding a command line option would be useful for customers with multiple monitors / layouts:

For example: bluecherryclient.exe [ -l "layout name:monitor_number" ]

Scaling/UI -

Device Info: iPhone 13, iOS 16.2

Love the work the BlueCherry team is doing but finding the new app difficult to work with and not quite right. I preferred the old app even though it has less features.

  1. I found scaling and UI issues. Screenshots have been attached. Playback event window seems to small. Cannot accurately see position on timeline. Perhaps reduce the amount of information on the screen / make less cluttered. Images and buttons can be too small to accurately click.
  2. Also miss the ability to select a view and zoom in on the live image.
  3. Have also been finding the app crashes a bit can’t quite workout what’s triggering it yet.

Happy to complete further testing.

I will test on the latest iPad Air and also let you know how it goes.

74805975-B124-4144-9194-0E9BEFDBC92A
F6751B0E-4AAE-4D2C-A6C5-278A2BB4CD83
2A140216-CF1C-4AFB-9D37-BD04C7161586
6E327411-39F6-4EDE-844F-1778CD86E09F
F7C0EE56-EBD5-474D-BBF0-637E79EDFCC0
FE61ED1B-37F2-4E23-95FC-A6B7F12C3C02

The camera list is empty (beta5)

    The camera list is empty, unless I go to settings and back:

image

It is the same camera list used by the Events Playback

image

As soon as I go to settings it detects the cameras:

image

And then they appear everywhere:
image

image

Originally posted by @guillebot in #74 (comment)

Possibility to reorder layouts

In LayoutManager, it should be possible to reorder the layouts. The layouts, when cycling is enabled, will be displayed in the specified order

UI: Add server shouldn't be in landscape mode

Tested on iOS / Android, if the phone is in landscape mode and you click 'Add Server' it defaults to adding the server however the buttons are missing and you can't scroll down.

Forcing into portrait mode would be better.

Implement Downloads Manager

Add the possibility to download event videos to the system local storage, and implement the Downloads Manager as well

image

Layout cycling options

Currently, it's possible to enable layout cycling on the layout manager by pressing the cycle button. Every 5 seconds, the layout will change.

Proposal

It should be possible to change the order of the layouts. as well as changing the duration between each change (default to 5 seconds). This could be done on the Settings page

Additional

Cycling should be possible in mobile/small devices

Version number mismatch

I downloaded the "Windows client 3.1.0-alpha1" from the releases page but the installer shows 3.0.0-beta1

image

And the app shows 3.0.0-alpha1

image

UI: Unable to exit 'Add Server'

Android: Back button doesn't work and you are stuck in the screen unless you force quit or proceed to the next step
Apple: Same as above, but obviously no back button.

Use same provider for both mobile and desktop

The problem

Currently, if a screen is larger than 800px, DesktopViewProvider is used. Otherwise, MobileViewProvider is used. This is good for a static device, but doesn't work properly for an app running on a tablet, where the window can be resized to any size.

Proposal

Use the same view provider for both large and small screens, as well as ensure the view is properly updated and adapted to the new screen size when the app window is resized.

This can be done by creating a new layout management type for smaller screens, where the layout can have the same level of customization as for larger screens: single, compact and multiple view. With this, cycling through different layouts should also be allowed.

Distribute on different Linux platforms and stores

Since you guys seem great about trying to maintain Linux support in the client, I would suggest you look into creating a Linux AppImage package.

It makes supporting multiple Linux distros MUCH easier.

https://appimage.org/

This actually might be a way to package the existing client to work on newer systems that come with Qt5 now but still make them able to run the client because the AppImage can contain its own Qt4 libs inside it. You could create the AppImage on older Ubuntu with Qt4, but people would be able to run it on their newer Ubuntu 20, or Arch Linux systems too.

It would take some of the pressure off having to immediately migrate to Qt5 for instance.

Image quality

Discussed in #75

Originally posted by guillebot March 2, 2023
I don't really know if this is beta5 related, but I just had both clients opened and I realized that the image quality degraded a lot.

I'm sending a couple of captures:

Legacy client:
old player - Libertad 1 - 2023-03-02 16-25-15

Unity:
unity-phXNzoLH7Q

No Live View

Windows 11 22H2
Bluecherry client 3.0.0 beta6
Bluecherry server 3.1.0-rc7

I freshly installed the client, connected to a server and opened a camera to the live view but am seeing a blank screen. I can view recordings.

The version 2 client can connect to the streams and of course the recordings just fine.

No error messages appear, so I'm not sure what diagnostic info I can provide to help.

configure iOS compilation

  • Add configuration for various third-party plugins & packages.
  • Adding app icons & splash screen.
  • Setup Firebase.
  • Configure push notifications from Firebase (only works on real device, not XCode Simulator).
  • Add the CI for iOS to pump .ipa files.

iOS button format error (w/ iOS simulator) "bottom overflowed by 132"

Tested with iOS 16 simulator and virtual devices iPhone 12 and iPhone 14 Pro, see attached image.

I can only 'click' on the first three icons on the left, anything buttons below the "bottom overflowed by 132..." are not clickable. In the simulator I can use the arrow keys to move around to the bottom buttons.

Screenshot 2023-02-08 at 7 59 47 PM

iOS SDK version warning

SDK version issue. This app was built with the iOS 16.0 SDK. Starting April 25, 2023, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. (90725)

Add option to edit server information

Currently you can not edit the server information (credentials / ip address / ports, etc) from inside the mobile app. You have to delete the server and add it again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.