Ray Schǔmacher

Results 17 comments of Ray Schǔmacher

I ran into this with ellipsis and "dot" characters in "notes" fields. `UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 24: invalid start byte` I solved it in parser.py...

I tried the recipe by @Stevoisiak in #1048 using runtime hooks. Some .pyd and some dll files could be moved to the /lib folder and be found, but many/most could...

IMO that Export support for all formats that Pandas supports would be simple enough: to_sql, to_excel, to_json, to_parquet, etc ``` def export_dialog(self): dialog = QtWidgets.QFileDialog() pgdf = self.store.selected_pgdf path, _...

More info (doing this post on the Pi3 and Github editing is partially broken) Raspbian Linux 9 Stretch, on a Pi 3 B+ Standard Pi camera, raspistill and vid work...

Also, Step 2 on I had to do ``` pi@raspberrypi:~ $ git clone https://github.com/BreeeZe/rpos.git pi@raspberrypi:~/rpos $ nvm install 12 pi@raspberrypi:~/rpos $ nvm use node pi@raspberrypi:~/rpos $ nvm install-latest-npm pi@raspberrypi:~/rpos $...

I'll try running through the install with Node 12 again - there was a step I needed that I did not list above. Should I try gstreamer instead of mpromonet?

OK finally back to this - I got the 2.1.0 and the mpromonet RTSP is working, very nice! ![Clipboard01](https://user-images.githubusercontent.com/20799053/122990147-777a0400-d358-11eb-8562-cb18f3b0fa63.jpg) We do have a Pimoroni PTZ to test, but those are...

At 12:27 AM 6/23/2021, you wrote: >You mentioned they were stepper motors. I was >thinking it was GPIO On or Off to start and stop >the motor. But you are...

Still working on the generic PTZ use case: camera.ts only allows usbcam or picam (default), and so without either plugged in, `constructor()` exits immediately, so I set "RTSPServer": 0 in...

Re: > in the file ./lib/PTZDriver.ts is a block of code the Pan/Tilt/Zoom actions for each supported PTZ device. Line 218: console.log("Continuous PTZ "+ data.pan ... appears that it writes...