Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
MacFixer, the iPhone, iPod, and iPad specialists
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - Camers only warnig one way
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

Camers only warnig one way

 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> Speedtrap Alert (STA)
View previous topic :: View next topic  
Author Message
RichardM
Lifetime Member


Joined: Jun 13, 2005
Posts: 138

PostPosted: Tue Aug 08, 2023 3:54 pm    Post subject: Camers only warnig one way Reply with quote

MOBILE:167977@50 camera on A49 is only warning going south, despite the fact that it is listed as reversible, on my Samsung using STA. Previously it has warned in both directions but not any longer. Is this a CameraAlert, STA or my phone problem?
Hope someone can help rectify this particular camera warning.
Thanks
RichardM
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7040
Location: Reading

PostPosted: Tue Aug 08, 2023 4:02 pm    Post subject: Reply with quote

Yes, it's showing as reversible

Maybe @Leo_A can check

I don't have the wherewithal to check the STA database entry till the weekend.
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
MaFt
Pocket GPS Staff
Pocket GPS Staff


Joined: Aug 31, 2005
Posts: 15137
Location: Bradford, West Yorkshire

PostPosted: Tue Aug 08, 2023 6:00 pm    Post subject: Reply with quote

Nothing has changed on that camera since 2015 so I suspect there's a change in settings in STA maybe? The heading is still set to 202 and reversible.

MaFt
Back to top
View user's profile Send private message Visit poster's website
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7040
Location: Reading

PostPosted: Fri Aug 11, 2023 7:32 am    Post subject: Reply with quote

Camera entry in STA database :

X, Y, 5, 50, 2, 202 (X, Y is Lat Long, left out deliberately)

So how does STA handle direction "2" ?
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
MaFt
Pocket GPS Staff
Pocket GPS Staff


Joined: Aug 31, 2005
Posts: 15137
Location: Bradford, West Yorkshire

PostPosted: Fri Aug 11, 2023 12:30 pm    Post subject: Reply with quote

From my notes:

1 = single direction
2 = reversible
Back to top
View user's profile Send private message Visit poster's website
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7040
Location: Reading

PostPosted: Fri Aug 11, 2023 2:26 pm    Post subject: Reply with quote

and type 5 is 'risk of mobile speed camera'

We need Leo to check
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
MaFt
Pocket GPS Staff
Pocket GPS Staff


Joined: Aug 31, 2005
Posts: 15137
Location: Bradford, West Yorkshire

PostPosted: Fri Aug 11, 2023 3:25 pm    Post subject: Reply with quote

For future reference:

Camera types:

1 - fixed
2 - redlight with speed
3 - redlight
4 - specs
100010 - specs (start)
100011 - specs (end)
100013 - exit specs (hidden marker to shut off averaging)
5 - mobile / pmobile
Back to top
View user's profile Send private message Visit poster's website
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7040
Location: Reading

PostPosted: Fri Aug 11, 2023 5:56 pm    Post subject: Reply with quote

Leo has some additional ones :

Fixed 1 & 192
Variable 100001
Redlight and speed 2 & 68
Average speed zone 4, 100010,100011, 227
Mobile 100400
Redlight 3
Risk of mobile 5 & 193
Virtual average speed end 1000013

Average and instant 100015
Average and instant end 100016
Tunnel speed camera 100020
Tunnel exit speed camera 100021
Multifunction speed camera 100040
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
MaFt
Pocket GPS Staff
Pocket GPS Staff


Joined: Aug 31, 2005
Posts: 15137
Location: Bradford, West Yorkshire

PostPosted: Sun Aug 13, 2023 4:49 pm    Post subject: Reply with quote

Kremmen wrote:
Leo has some additional ones :


The ones in my post above are the only ones used in the PGPSW files.

Code:
switch ($type){
      case "REDSPEED":
         $type = "2";
         break;
      case "REDLIGHT":
         $type = "3";
         break;
      case "SPECS":
      case "tSPECS":
         $type = "4";
         //https://www.pocketgpsworld.com/modules.php?name=Forums&file=viewtopic&p=643702#643702
         if ($specsstatus == "START" || $specsstatus == "MIDDLE"){ $type="100010"; }
         if ($specsstatus == "END"){ $type="100011"; }
         //echo $specsstatus.$type;
         break;
      case "EXITSPECS":
         $type="100013"; // will be 100013 once the app is set up to use them
         break;
      case "MOBILE":
      case "pMOBILE":
         $type = "5";
         break;
      default: // all other/static cams
         $type = "1";
         break;   
      }
Back to top
View user's profile Send private message Visit poster's website
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7040
Location: Reading

PostPosted: Mon Aug 14, 2023 4:29 am    Post subject: Reply with quote

Thumbs Up
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> Speedtrap Alert (STA) All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.044 (24 Apr 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping