aalku

Results 16 comments of aalku

I want this or at least axis default position configurable and 0,0 point more remarked, more clearly visible. I wish it to be to the left and closer to the...

True but I am not able to understand how to place the camera where I want. It's totally confusing for me. Every time I use the visualizer I end up...

It didn't work. The coordinates returned are always the same. They don't change when I rotare the camera (and run the snippet again).

Ir works now. 🤔🤷🏻‍♂️ Thank you again!

I think it resets here: https://github.com/gammu/gammu/blob/c1d4dc17b2347c046e7cf311c224874492cf38ec/smsd/core.c#L2263 Because it incremented initerrors here: https://github.com/gammu/gammu/blob/c1d4dc17b2347c046e7cf311c224874492cf38ec/smsd/core.c#L2208 I know my modem is probably broken or bad designed but why to reset it as consequence of...

This works for me. ``` $ sudo cat /root/usb_3g_controller.sh #!/bin/bash (killall gammu-smsd || killall -9 gammu-smsd) 2> /dev/null PORT=/dev/ttyUSB0 while [ 1 ]; do if [ ! -c "$PORT" ];...

It's not working for me :( Pulseview should open automatically when I stop the capture. Right? It dosn't do it. If it's open it doesn't open the raw file either.

This is failing for me: ![image](https://user-images.githubusercontent.com/12587056/100021847-6973fd00-2de2-11eb-9ae4-0c5cdd12ef5e.png) `this.serial.sm.info.conn` is an object, not a boolean, so `this.serial.connected` isn't set to true so disconnection isn't handled properly later. It seems it shall never...

Any updates on this 5 years later? I miss the hours I spent making sockjs work with Spring Boot just to notice later I can't use it because of this....